Shades of Rock Blue #909CAC
Tints of Rock Blue #909CAC
RGB
CMYK
RGB Variations
Color information
#909CAC (or 0x909CAC) is known color: Rock Blue. HEX triplet: 90, 9C and AC. RGB value is (144,156,172). Sum of RGB (Red+Green+Blue) = 144+156+172=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #909CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909CAC is #6F6353. Grayscale: #9A9A9A. Windows color (decimal): -7299924 or 11312272. OLE color: 11312272.
HSL color Cylindrical-coordinate representation of color #909CAC: hue angle of 214.29º 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 #909CAC is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 156 | 172 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.33 |
| HSL | 214.29º | 0.14% | 0.62% | - |
| HSV(B) | 214.29º | 0.16% | 0.67% | - |
| XYZ | 30.84 | 32.68 | 43.71 | - |
| YUV | 154.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 172 | 0.16 | 0.09 | 0 | 0.33 | 214.29 | 0.14 | 0.62 |
| Hex | 90 | 9C | AC | 10 | 9 | 0 | 21 | D6 | E | 3E |
| Octal | 220 | 234 | 254 | 20 | 11 | 0 | 41 | 326 | 16 | 76 |
| Binary | 10010000 | 10011100 | 10101100 | 10000 | 1001 | 0 | 100001 | 11010110 | 1110 | 111110 |
Color Harmonies of #909CAC
Complementary color
Monochromatic Colors of #909CAC
Black with #909CAC
Text Example
Text Example
White with #909CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909CAC; }
p { color: rgb(144,156,172); }
H1.HeaderClassName
{
color: #909CAC;
}
.AnyTagClassName
{
color: #909CAC;
}
</style>
background-color css
<style>
a { background-color: #909CAC; }
a { background-color: rgb(144,156,172); }
div.DivClassName
{
background-color: #909CAC;
}
.BgClassName
{
background-color: #909CAC;
}
</style>
border-color css
<style>
span { border-color: #909CAC; }
span { border-color: rgb(144,156,172); }
td.TdClassName
{
border-color: #909CAC;
}
.TagClassName
{
border-color: #909CAC;
}
</style>