Shades of Rock Blue #919CAB
Tints of Rock Blue #919CAB
RGB
CMYK
RGB Variations
Color information
#919CAB (or 0x919CAB) is known color: Rock Blue. HEX triplet: 91, 9C and AB. RGB value is (145,156,171). Sum of RGB (Red+Green+Blue) = 145+156+171=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #919CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919CAB is #6E6354. Grayscale: #9A9A9A. Windows color (decimal): -7234389 or 11246737. OLE color: 11246737.
HSL color Cylindrical-coordinate representation of color #919CAB: hue angle of 214.62º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #919CAB is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 156 | 171 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.33 |
| HSL | 214.62º | 0.13% | 0.62% | - |
| HSV(B) | 214.62º | 0.15% | 0.67% | - |
| XYZ | 30.92 | 32.74 | 43.22 | - |
| YUV | 154.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 171 | 0.15 | 0.09 | 0 | 0.33 | 214.62 | 0.13 | 0.62 |
| Hex | 91 | 9C | AB | F | 9 | 0 | 21 | D7 | D | 3E |
| Octal | 221 | 234 | 253 | 17 | 11 | 0 | 41 | 327 | 15 | 76 |
| Binary | 10010001 | 10011100 | 10101011 | 1111 | 1001 | 0 | 100001 | 11010111 | 1101 | 111110 |
Color Harmonies of #919CAB
Complementary color
Monochromatic Colors of #919CAB
Black with #919CAB
Text Example
Text Example
White with #919CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919CAB; }
p { color: rgb(145,156,171); }
H1.HeaderClassName
{
color: #919CAB;
}
.AnyTagClassName
{
color: #919CAB;
}
</style>
background-color css
<style>
a { background-color: #919CAB; }
a { background-color: rgb(145,156,171); }
div.DivClassName
{
background-color: #919CAB;
}
.BgClassName
{
background-color: #919CAB;
}
</style>
border-color css
<style>
span { border-color: #919CAB; }
span { border-color: rgb(145,156,171); }
td.TdClassName
{
border-color: #919CAB;
}
.TagClassName
{
border-color: #919CAB;
}
</style>