Shades of Rock Blue #979EAE
Tints of Rock Blue #979EAE
RGB
CMYK
RGB Variations
Color information
#979EAE (or 0x979EAE) is known color: Rock Blue. HEX triplet: 97, 9E and AE. RGB value is (151,158,174). Sum of RGB (Red+Green+Blue) = 151+158+174=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 174 - color contains mainly: blue. Hex color #979EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979EAE is #686151. Grayscale: #9D9D9D. Windows color (decimal): -6840658 or 11443863. OLE color: 11443863.
HSL color Cylindrical-coordinate representation of color #979EAE: hue angle of 221.74º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #979EAE is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 158 | 174 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.32 |
| HSL | 221.74º | 0.12% | 0.64% | - |
| HSV(B) | 221.74º | 0.13% | 0.68% | - |
| XYZ | 32.63 | 34.09 | 44.9 | - |
| YUV | 157.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 174 | 0.13 | 0.09 | 0 | 0.32 | 221.74 | 0.12 | 0.64 |
| Hex | 97 | 9E | AE | D | 9 | 0 | 20 | DE | C | 40 |
| Octal | 227 | 236 | 256 | 15 | 11 | 0 | 40 | 336 | 14 | 100 |
| Binary | 10010111 | 10011110 | 10101110 | 1101 | 1001 | 0 | 100000 | 11011110 | 1100 | 1000000 |
Color Harmonies of #979EAE
Complementary color
Monochromatic Colors of #979EAE
Black with #979EAE
Text Example
Text Example
White with #979EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979EAE; }
p { color: rgb(151,158,174); }
H1.HeaderClassName
{
color: #979EAE;
}
.AnyTagClassName
{
color: #979EAE;
}
</style>
background-color css
<style>
a { background-color: #979EAE; }
a { background-color: rgb(151,158,174); }
div.DivClassName
{
background-color: #979EAE;
}
.BgClassName
{
background-color: #979EAE;
}
</style>
border-color css
<style>
span { border-color: #979EAE; }
span { border-color: rgb(151,158,174); }
td.TdClassName
{
border-color: #979EAE;
}
.TagClassName
{
border-color: #979EAE;
}
</style>