Color spaces of #979ecf
RGB | 151 | 158 | 207 |
---|---|---|---|
HSL | 0.65 | 0.37 | 0.70 |
HSV | 233° | 27° | 81° |
CMYK | 0.27 | 0.24 | 0.00 0.19 |
XYZ | 36.2518 | 35.5380 | 63.9803 |
Yxy | 35.5380 | 0.2670 | 0.2618 |
Hunter Lab | 59.6138 | 4.2238 | -21.9032 |
CIE-Lab | 66.1654 | 8.4437 | -25.8525 |
#979ecf color RGB value is (151,158,207).
#979ecf hex color red value is 151, green value is 158 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #979ecf hue: 0.65 , saturation: 0.37 and the lightness value of 979ecf is 0.70.
The process color (four color CMYK) of #979ecf color hex is 0.27, 0.24, 0.00, 0.19. Web safe color of #979ecf is #9999cc. Color #979ecf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 10011110 | 11001111 |
Octal | 227 | 236 | 317 |
Decimal | 151 | 158 | 207 |
Hex | 97 | 9E | CF |
Shades of #979ecf
Tints of #979ecf
RGB Percentages of Color #979ecf
CMYK Percentages of Color #979ecf
Complementary Color
#979ecf | #cfc897 |
#979ecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#979ecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#979ecf Color CSS Codes
.mybgcolor {background-color:#979ecf; } .myforecolor {color:#979ecf; } .mybordercolor {border:3px solid #979ecf; }
#979ecf Text Font Color
<p style="color:#979ecf">Text here</p>
This sample text font color is #979ecf
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.
#979ecf Background Color
<div style="background-color:#979ecf">
Div content here</div>
This div background color is #979ecf
#979ecf Border Color
<div style="border:3px solid #979ecf">
Div here</div>
This div border color is #979ecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,158,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #979ecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #979ecf; -webkit-box-shadow: 1px 1px 3px 2px #979ecf; box-shadow: 1px 1px 3px 2px #979ecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,158,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #979ecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #979ecf; -webkit-box-shadow: 1px 1px 3px 2px #979ecf; box-shadow: 1px 1px 3px 2px #979ecf;">
Div content here</div>
This div box has shadow with color #979ecf
Comments
No comments written yet.
Please login to write comment.