Shades of Rock Blue #979CA9
Tints of Rock Blue #979CA9
RGB
CMYK
RGB Variations
Color information
#979CA9 (or 0x979CA9) is known color: Rock Blue. HEX triplet: 97, 9C and A9. RGB value is (151,156,169). Sum of RGB (Red+Green+Blue) = 151+156+169=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 169 - color contains mainly: blue. Hex color #979CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979CA9 is #686356. Grayscale: #9B9B9B. Windows color (decimal): -6841175 or 11115671. OLE color: 11115671.
HSL color Cylindrical-coordinate representation of color #979CA9: hue angle of 223.33º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #979CA9 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 156 | 169 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.34 |
| HSL | 223.33º | 0.09% | 0.63% | - |
| HSV(B) | 223.33º | 0.11% | 0.66% | - |
| XYZ | 31.81 | 33.22 | 42.27 | - |
| YUV | 155.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 169 | 0.11 | 0.08 | 0 | 0.34 | 223.33 | 0.09 | 0.63 |
| Hex | 97 | 9C | A9 | B | 8 | 0 | 22 | DF | 9 | 3F |
| Octal | 227 | 234 | 251 | 13 | 10 | 0 | 42 | 337 | 11 | 77 |
| Binary | 10010111 | 10011100 | 10101001 | 1011 | 1000 | 0 | 100010 | 11011111 | 1001 | 111111 |
Color Harmonies of #979CA9
Complementary color
Monochromatic Colors of #979CA9
Black with #979CA9
Text Example
Text Example
White with #979CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979CA9; }
p { color: rgb(151,156,169); }
H1.HeaderClassName
{
color: #979CA9;
}
.AnyTagClassName
{
color: #979CA9;
}
</style>
background-color css
<style>
a { background-color: #979CA9; }
a { background-color: rgb(151,156,169); }
div.DivClassName
{
background-color: #979CA9;
}
.BgClassName
{
background-color: #979CA9;
}
</style>
border-color css
<style>
span { border-color: #979CA9; }
span { border-color: rgb(151,156,169); }
td.TdClassName
{
border-color: #979CA9;
}
.TagClassName
{
border-color: #979CA9;
}
</style>