Color spaces of #979fbf
RGB | 151 | 159 | 191 |
---|---|---|---|
HSL | 0.63 | 0.24 | 0.67 |
HSV | 228° | 21° | 75° |
CMYK | 0.21 | 0.17 | 0.00 0.25 |
XYZ | 34.5646 | 35.1372 | 54.2506 |
Yxy | 35.1372 | 0.2789 | 0.2835 |
Hunter Lab | 59.2766 | 0.3504 | -12.7692 |
CIE-Lab | 65.8553 | 4.0652 | -17.4244 |
#979fbf color RGB value is (151,159,191).
#979fbf hex color red value is 151, green value is 159 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #979fbf hue: 0.63 , saturation: 0.24 and the lightness value of 979fbf is 0.67.
The process color (four color CMYK) of #979fbf color hex is 0.21, 0.17, 0.00, 0.25. Web safe color of #979fbf is #9999cc. Color #979fbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 10011111 | 10111111 |
Octal | 227 | 237 | 277 |
Decimal | 151 | 159 | 191 |
Hex | 97 | 9F | BF |
Shades of #979fbf
Tints of #979fbf
RGB Percentages of Color #979fbf
CMYK Percentages of Color #979fbf
Complementary Color
#979fbf | #bfb797 |
#979fbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#979fbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#979fbf Color CSS Codes
.mybgcolor {background-color:#979fbf; } .myforecolor {color:#979fbf; } .mybordercolor {border:3px solid #979fbf; }
#979fbf Text Font Color
<p style="color:#979fbf">Text here</p>
This sample text font color is #979fbf
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.
#979fbf Background Color
<div style="background-color:#979fbf">
Div content here</div>
This div background color is #979fbf
#979fbf Border Color
<div style="border:3px solid #979fbf">
Div here</div>
This div border color is #979fbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,159,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #979fbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #979fbf; -webkit-box-shadow: 1px 1px 3px 2px #979fbf; box-shadow: 1px 1px 3px 2px #979fbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,159,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #979fbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #979fbf; -webkit-box-shadow: 1px 1px 3px 2px #979fbf; box-shadow: 1px 1px 3px 2px #979fbf;">
Div content here</div>
This div box has shadow with color #979fbf
Comments
No comments written yet.
Please login to write comment.