Shades of Rock Blue #979CAB
Tints of Rock Blue #979CAB
RGB
CMYK
RGB Variations
Color information
#979CAB (or 0x979CAB) is known color: Rock Blue. HEX triplet: 97, 9C and AB. RGB value is (151,156,171). Sum of RGB (Red+Green+Blue) = 151+156+171=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #979CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979CAB is #686354. Grayscale: #9C9C9C. Windows color (decimal): -6841173 or 11246743. OLE color: 11246743.
HSL color Cylindrical-coordinate representation of color #979CAB: hue angle of 225º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #979CAB is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 156 | 171 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.33 |
| HSL | 225º | 0.11% | 0.63% | - |
| HSV(B) | 225º | 0.12% | 0.67% | - |
| XYZ | 32 | 33.3 | 43.27 | - |
| YUV | 156.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 171 | 0.12 | 0.09 | 0 | 0.33 | 225 | 0.11 | 0.63 |
| Hex | 97 | 9C | AB | C | 9 | 0 | 21 | E1 | B | 3F |
| Octal | 227 | 234 | 253 | 14 | 11 | 0 | 41 | 341 | 13 | 77 |
| Binary | 10010111 | 10011100 | 10101011 | 1100 | 1001 | 0 | 100001 | 11100001 | 1011 | 111111 |
Color Harmonies of #979CAB
Complementary color
Monochromatic Colors of #979CAB
Black with #979CAB
Text Example
Text Example
White with #979CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979CAB; }
p { color: rgb(151,156,171); }
H1.HeaderClassName
{
color: #979CAB;
}
.AnyTagClassName
{
color: #979CAB;
}
</style>
background-color css
<style>
a { background-color: #979CAB; }
a { background-color: rgb(151,156,171); }
div.DivClassName
{
background-color: #979CAB;
}
.BgClassName
{
background-color: #979CAB;
}
</style>
border-color css
<style>
span { border-color: #979CAB; }
span { border-color: rgb(151,156,171); }
td.TdClassName
{
border-color: #979CAB;
}
.TagClassName
{
border-color: #979CAB;
}
</style>