Color spaces of #979ecd
RGB | 151 | 158 | 205 |
---|---|---|---|
HSL | 0.65 | 0.35 | 0.70 |
HSV | 232° | 26° | 80° |
CMYK | 0.26 | 0.23 | 0.00 0.20 |
XYZ | 36.0088 | 35.4408 | 62.7005 |
Yxy | 35.4408 | 0.2684 | 0.2642 |
Hunter Lab | 59.5322 | 3.7867 | -20.7729 |
CIE-Lab | 66.0904 | 7.9549 | -24.8572 |
#979ecd color RGB value is (151,158,205).
#979ecd hex color red value is 151, green value is 158 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #979ecd hue: 0.65 , saturation: 0.35 and the lightness value of 979ecd is 0.70.
The process color (four color CMYK) of #979ecd color hex is 0.26, 0.23, 0.00, 0.20. Web safe color of #979ecd is #9999cc. Color #979ecd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 10011110 | 11001101 |
Octal | 227 | 236 | 315 |
Decimal | 151 | 158 | 205 |
Hex | 97 | 9E | CD |
Shades of #979ecd
Tints of #979ecd
RGB Percentages of Color #979ecd
CMYK Percentages of Color #979ecd
Complementary Color
#979ecd | #cdc697 |
#979ecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#979ecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#979ecd Color CSS Codes
.mybgcolor {background-color:#979ecd; } .myforecolor {color:#979ecd; } .mybordercolor {border:3px solid #979ecd; }
#979ecd Text Font Color
<p style="color:#979ecd">Text here</p>
This sample text font color is #979ecd
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.
#979ecd Background Color
<div style="background-color:#979ecd">
Div content here</div>
This div background color is #979ecd
#979ecd Border Color
<div style="border:3px solid #979ecd">
Div here</div>
This div border color is #979ecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,158,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #979ecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #979ecd; -webkit-box-shadow: 1px 1px 3px 2px #979ecd; box-shadow: 1px 1px 3px 2px #979ecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,158,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #979ecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #979ecd; -webkit-box-shadow: 1px 1px 3px 2px #979ecd; box-shadow: 1px 1px 3px 2px #979ecd;">
Div content here</div>
This div box has shadow with color #979ecd
Comments
No comments written yet.
Please login to write comment.