Color spaces of #979cbb
RGB | 151 | 156 | 187 |
---|---|---|---|
HSL | 0.64 | 0.21 | 0.66 |
HSV | 232° | 19° | 73° |
CMYK | 0.19 | 0.17 | 0.00 0.27 |
XYZ | 33.6206 | 33.9441 | 51.7936 |
Yxy | 33.9441 | 0.2817 | 0.2844 |
Hunter Lab | 58.2616 | 1.0480 | -11.9248 |
CIE-Lab | 64.9182 | 4.8257 | -16.6095 |
#979cbb color RGB value is (151,156,187).
#979cbb hex color red value is 151, green value is 156 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #979cbb hue: 0.64 , saturation: 0.21 and the lightness value of 979cbb is 0.66.
The process color (four color CMYK) of #979cbb color hex is 0.19, 0.17, 0.00, 0.27. Web safe color of #979cbb is #9999cc. Color #979cbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 10011100 | 10111011 |
Octal | 227 | 234 | 273 |
Decimal | 151 | 156 | 187 |
Hex | 97 | 9C | BB |
Shades of #979cbb
Tints of #979cbb
RGB Percentages of Color #979cbb
CMYK Percentages of Color #979cbb
Complementary Color
#979cbb | #bbb697 |
#979cbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#979cbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#979cbb Color CSS Codes
.mybgcolor {background-color:#979cbb; } .myforecolor {color:#979cbb; } .mybordercolor {border:3px solid #979cbb; }
#979cbb Text Font Color
<p style="color:#979cbb">Text here</p>
This sample text font color is #979cbb
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.
#979cbb Background Color
<div style="background-color:#979cbb">
Div content here</div>
This div background color is #979cbb
#979cbb Border Color
<div style="border:3px solid #979cbb">
Div here</div>
This div border color is #979cbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,156,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #979cbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #979cbb; -webkit-box-shadow: 1px 1px 3px 2px #979cbb; box-shadow: 1px 1px 3px 2px #979cbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,156,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #979cbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #979cbb; -webkit-box-shadow: 1px 1px 3px 2px #979cbb; box-shadow: 1px 1px 3px 2px #979cbb;">
Div content here</div>
This div box has shadow with color #979cbb
Comments
No comments written yet.
Please login to write comment.