Shades of Rock Blue #909AAA
Tints of Rock Blue #909AAA
RGB
CMYK
RGB Variations
Color information
#909AAA (or 0x909AAA) is known color: Rock Blue. HEX triplet: 90, 9A and AA. RGB value is (144,154,170). Sum of RGB (Red+Green+Blue) = 144+154+170=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #909AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909AAA is #6F6555. Grayscale: #989898. Windows color (decimal): -7300438 or 11180688. OLE color: 11180688.
HSL color Cylindrical-coordinate representation of color #909AAA: hue angle of 216.92º 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 #909AAA is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 154 | 170 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.33 |
| HSL | 216.92º | 0.13% | 0.62% | - |
| HSV(B) | 216.92º | 0.15% | 0.67% | - |
| XYZ | 30.31 | 31.94 | 42.6 | - |
| YUV | 152.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 170 | 0.15 | 0.09 | 0 | 0.33 | 216.92 | 0.13 | 0.62 |
| Hex | 90 | 9A | AA | F | 9 | 0 | 21 | D9 | D | 3E |
| Octal | 220 | 232 | 252 | 17 | 11 | 0 | 41 | 331 | 15 | 76 |
| Binary | 10010000 | 10011010 | 10101010 | 1111 | 1001 | 0 | 100001 | 11011001 | 1101 | 111110 |
Color Harmonies of #909AAA
Complementary color
Monochromatic Colors of #909AAA
Black with #909AAA
Text Example
Text Example
White with #909AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909AAA; }
p { color: rgb(144,154,170); }
H1.HeaderClassName
{
color: #909AAA;
}
.AnyTagClassName
{
color: #909AAA;
}
</style>
background-color css
<style>
a { background-color: #909AAA; }
a { background-color: rgb(144,154,170); }
div.DivClassName
{
background-color: #909AAA;
}
.BgClassName
{
background-color: #909AAA;
}
</style>
border-color css
<style>
span { border-color: #909AAA; }
span { border-color: rgb(144,154,170); }
td.TdClassName
{
border-color: #909AAA;
}
.TagClassName
{
border-color: #909AAA;
}
</style>