Shades of Rock Blue #909AAF
Tints of Rock Blue #909AAF
RGB
CMYK
RGB Variations
Color information
#909AAF (or 0x909AAF) is known color: Rock Blue. HEX triplet: 90, 9A and AF. RGB value is (144,154,175). Sum of RGB (Red+Green+Blue) = 144+154+175=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #909AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909AAF is #6F6550. Grayscale: #999999. Windows color (decimal): -7300433 or 11508368. OLE color: 11508368.
HSL color Cylindrical-coordinate representation of color #909AAF: hue angle of 220.65º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #909AAF is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 154 | 175 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.31 |
| HSL | 220.65º | 0.16% | 0.63% | - |
| HSV(B) | 220.65º | 0.18% | 0.69% | - |
| XYZ | 30.8 | 32.14 | 45.14 | - |
| YUV | 153.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 175 | 0.18 | 0.12 | 0 | 0.31 | 220.65 | 0.16 | 0.63 |
| Hex | 90 | 9A | AF | 12 | C | 0 | 1F | DD | 10 | 3F |
| Octal | 220 | 232 | 257 | 22 | 14 | 0 | 37 | 335 | 20 | 77 |
| Binary | 10010000 | 10011010 | 10101111 | 10010 | 1100 | 0 | 11111 | 11011101 | 10000 | 111111 |
Color Harmonies of #909AAF
Complementary color
Monochromatic Colors of #909AAF
Black with #909AAF
Text Example
Text Example
White with #909AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909AAF; }
p { color: rgb(144,154,175); }
H1.HeaderClassName
{
color: #909AAF;
}
.AnyTagClassName
{
color: #909AAF;
}
</style>
background-color css
<style>
a { background-color: #909AAF; }
a { background-color: rgb(144,154,175); }
div.DivClassName
{
background-color: #909AAF;
}
.BgClassName
{
background-color: #909AAF;
}
</style>
border-color css
<style>
span { border-color: #909AAF; }
span { border-color: rgb(144,154,175); }
td.TdClassName
{
border-color: #909AAF;
}
.TagClassName
{
border-color: #909AAF;
}
</style>