Shades of Rock Blue #979FAE
Tints of Rock Blue #979FAE
RGB
CMYK
RGB Variations
Color information
#979FAE (or 0x979FAE) is known color: Rock Blue. HEX triplet: 97, 9F and AE. RGB value is (151,159,174). Sum of RGB (Red+Green+Blue) = 151+159+174=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #979FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979FAE is #686051. Grayscale: #9E9E9E. Windows color (decimal): -6840402 or 11444119. OLE color: 11444119.
HSL color Cylindrical-coordinate representation of color #979FAE: hue angle of 219.13º 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 #979FAE is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 159 | 174 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.32 |
| HSL | 219.13º | 0.12% | 0.64% | - |
| HSV(B) | 219.13º | 0.13% | 0.68% | - |
| XYZ | 32.8 | 34.43 | 44.96 | - |
| YUV | 158.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 174 | 0.13 | 0.09 | 0 | 0.32 | 219.13 | 0.12 | 0.64 |
| Hex | 97 | 9F | AE | D | 9 | 0 | 20 | DB | C | 40 |
| Octal | 227 | 237 | 256 | 15 | 11 | 0 | 40 | 333 | 14 | 100 |
| Binary | 10010111 | 10011111 | 10101110 | 1101 | 1001 | 0 | 100000 | 11011011 | 1100 | 1000000 |
Color Harmonies of #979FAE
Complementary color
Monochromatic Colors of #979FAE
Black with #979FAE
Text Example
Text Example
White with #979FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979FAE; }
p { color: rgb(151,159,174); }
H1.HeaderClassName
{
color: #979FAE;
}
.AnyTagClassName
{
color: #979FAE;
}
</style>
background-color css
<style>
a { background-color: #979FAE; }
a { background-color: rgb(151,159,174); }
div.DivClassName
{
background-color: #979FAE;
}
.BgClassName
{
background-color: #979FAE;
}
</style>
border-color css
<style>
span { border-color: #979FAE; }
span { border-color: rgb(151,159,174); }
td.TdClassName
{
border-color: #979FAE;
}
.TagClassName
{
border-color: #979FAE;
}
</style>