Shades of Rock Blue #909CAE
Tints of Rock Blue #909CAE
RGB
CMYK
RGB Variations
Color information
#909CAE (or 0x909CAE) is known color: Rock Blue. HEX triplet: 90, 9C and AE. RGB value is (144,156,174). Sum of RGB (Red+Green+Blue) = 144+156+174=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 174 - color contains mainly: blue. Hex color #909CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909CAE is #6F6351. Grayscale: #9A9A9A. Windows color (decimal): -7299922 or 11443344. OLE color: 11443344.
HSL color Cylindrical-coordinate representation of color #909CAE: hue angle of 216º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #909CAE is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 156 | 174 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.32 |
| HSL | 216º | 0.16% | 0.62% | - |
| HSV(B) | 216º | 0.17% | 0.68% | - |
| XYZ | 31.03 | 32.76 | 44.73 | - |
| YUV | 154.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 174 | 0.17 | 0.10 | 0 | 0.32 | 216 | 0.16 | 0.62 |
| Hex | 90 | 9C | AE | 11 | A | 0 | 20 | D8 | 10 | 3E |
| Octal | 220 | 234 | 256 | 21 | 12 | 0 | 40 | 330 | 20 | 76 |
| Binary | 10010000 | 10011100 | 10101110 | 10001 | 1010 | 0 | 100000 | 11011000 | 10000 | 111110 |
Color Harmonies of #909CAE
Complementary color
Monochromatic Colors of #909CAE
Black with #909CAE
Text Example
Text Example
White with #909CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909CAE; }
p { color: rgb(144,156,174); }
H1.HeaderClassName
{
color: #909CAE;
}
.AnyTagClassName
{
color: #909CAE;
}
</style>
background-color css
<style>
a { background-color: #909CAE; }
a { background-color: rgb(144,156,174); }
div.DivClassName
{
background-color: #909CAE;
}
.BgClassName
{
background-color: #909CAE;
}
</style>
border-color css
<style>
span { border-color: #909CAE; }
span { border-color: rgb(144,156,174); }
td.TdClassName
{
border-color: #909CAE;
}
.TagClassName
{
border-color: #909CAE;
}
</style>