Shades of Rock Blue #909CAB
Tints of Rock Blue #909CAB
RGB
CMYK
RGB Variations
Color information
#909CAB (or 0x909CAB) is known color: Rock Blue. HEX triplet: 90, 9C and AB. RGB value is (144,156,171). Sum of RGB (Red+Green+Blue) = 144+156+171=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #909CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909CAB is #6F6354. Grayscale: #9A9A9A. Windows color (decimal): -7299925 or 11246736. OLE color: 11246736.
HSL color Cylindrical-coordinate representation of color #909CAB: hue angle of 213.33º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #909CAB is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 156 | 171 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.33 |
| HSL | 213.33º | 0.14% | 0.62% | - |
| HSV(B) | 213.33º | 0.16% | 0.67% | - |
| XYZ | 30.74 | 32.65 | 43.21 | - |
| YUV | 154.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 171 | 0.16 | 0.09 | 0 | 0.33 | 213.33 | 0.14 | 0.62 |
| Hex | 90 | 9C | AB | 10 | 9 | 0 | 21 | D5 | E | 3E |
| Octal | 220 | 234 | 253 | 20 | 11 | 0 | 41 | 325 | 16 | 76 |
| Binary | 10010000 | 10011100 | 10101011 | 10000 | 1001 | 0 | 100001 | 11010101 | 1110 | 111110 |
Color Harmonies of #909CAB
Complementary color
Monochromatic Colors of #909CAB
Black with #909CAB
Text Example
Text Example
White with #909CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909CAB; }
p { color: rgb(144,156,171); }
H1.HeaderClassName
{
color: #909CAB;
}
.AnyTagClassName
{
color: #909CAB;
}
</style>
background-color css
<style>
a { background-color: #909CAB; }
a { background-color: rgb(144,156,171); }
div.DivClassName
{
background-color: #909CAB;
}
.BgClassName
{
background-color: #909CAB;
}
</style>
border-color css
<style>
span { border-color: #909CAB; }
span { border-color: rgb(144,156,171); }
td.TdClassName
{
border-color: #909CAB;
}
.TagClassName
{
border-color: #909CAB;
}
</style>