Color spaces of #7b81cc
RGB | 123 | 129 | 204 |
---|---|---|---|
HSL | 0.65 | 0.44 | 0.64 |
HSV | 236° | 40° | 80° |
CMYK | 0.40 | 0.37 | 0.00 0.20 |
XYZ | 26.9177 | 24.2711 | 60.3928 |
Yxy | 24.2711 | 0.2412 | 0.2175 |
Hunter Lab | 49.2657 | 11.3135 | -38.1952 |
CIE-Lab | 56.3582 | 16.4608 | -39.5700 |
#7b81cc color RGB value is (123,129,204).
#7b81cc hex color red value is 123, green value is 129 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7b81cc hue: 0.65 , saturation: 0.44 and the lightness value of 7b81cc is 0.64.
The process color (four color CMYK) of #7b81cc color hex is 0.40, 0.37, 0.00, 0.20. Web safe color of #7b81cc is #6699cc. Color #7b81cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111011 | 10000001 | 11001100 |
Octal | 173 | 201 | 314 |
Decimal | 123 | 129 | 204 |
Hex | 7B | 81 | CC |
Shades of #7b81cc
Tints of #7b81cc
RGB Percentages of Color #7b81cc
CMYK Percentages of Color #7b81cc
Complementary Color
#7b81cc | #ccc67b |
#7b81cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7b81cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#7b81cc Color CSS Codes
.mybgcolor {background-color:#7b81cc; } .myforecolor {color:#7b81cc; } .mybordercolor {border:3px solid #7b81cc; }
#7b81cc Text Font Color
<p style="color:#7b81cc">Text here</p>
This sample text font color is #7b81cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#7b81cc Background Color
<div style="background-color:#7b81cc">
Div content here</div>
This div background color is #7b81cc
#7b81cc Border Color
<div style="border:3px solid #7b81cc">
Div here</div>
This div border color is #7b81cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(123,129,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7b81cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7b81cc; -webkit-box-shadow: 1px 1px 3px 2px #7b81cc; box-shadow: 1px 1px 3px 2px #7b81cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(123,129,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7b81cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7b81cc; -webkit-box-shadow: 1px 1px 3px 2px #7b81cc; box-shadow: 1px 1px 3px 2px #7b81cc;">
Div content here</div>
This div box has shadow with color #7b81cc
Comments
No comments written yet.
Please login to write comment.