Shades of Rock Blue #909AAD
Tints of Rock Blue #909AAD
RGB
CMYK
RGB Variations
Color information
#909AAD (or 0x909AAD) is known color: Rock Blue. HEX triplet: 90, 9A and AD. RGB value is (144,154,173). Sum of RGB (Red+Green+Blue) = 144+154+173=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 173 - color contains mainly: blue. Hex color #909AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909AAD is #6F6552. Grayscale: #999999. Windows color (decimal): -7300435 or 11377296. OLE color: 11377296.
HSL color Cylindrical-coordinate representation of color #909AAD: hue angle of 219.31º degrees, saturation: 0.15, 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 #909AAD is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 154 | 173 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.32 |
| HSL | 219.31º | 0.15% | 0.62% | - |
| HSV(B) | 219.31º | 0.17% | 0.68% | - |
| XYZ | 30.6 | 32.06 | 44.11 | - |
| YUV | 153.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 173 | 0.17 | 0.11 | 0 | 0.32 | 219.31 | 0.15 | 0.62 |
| Hex | 90 | 9A | AD | 11 | B | 0 | 20 | DB | F | 3E |
| Octal | 220 | 232 | 255 | 21 | 13 | 0 | 40 | 333 | 17 | 76 |
| Binary | 10010000 | 10011010 | 10101101 | 10001 | 1011 | 0 | 100000 | 11011011 | 1111 | 111110 |
Color Harmonies of #909AAD
Complementary color
Monochromatic Colors of #909AAD
Black with #909AAD
Text Example
Text Example
White with #909AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909AAD; }
p { color: rgb(144,154,173); }
H1.HeaderClassName
{
color: #909AAD;
}
.AnyTagClassName
{
color: #909AAD;
}
</style>
background-color css
<style>
a { background-color: #909AAD; }
a { background-color: rgb(144,154,173); }
div.DivClassName
{
background-color: #909AAD;
}
.BgClassName
{
background-color: #909AAD;
}
</style>
border-color css
<style>
span { border-color: #909AAD; }
span { border-color: rgb(144,154,173); }
td.TdClassName
{
border-color: #909AAD;
}
.TagClassName
{
border-color: #909AAD;
}
</style>