Shades of Rock Blue #9099AB
Tints of Rock Blue #9099AB
RGB
CMYK
RGB Variations
Color information
#9099AB (or 0x9099AB) is known color: Rock Blue. HEX triplet: 90, 99 and AB. RGB value is (144,153,171). Sum of RGB (Red+Green+Blue) = 144+153+171=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #9099AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9099AB is #6F6654. Grayscale: #989898. Windows color (decimal): -7300693 or 11245968. OLE color: 11245968.
HSL color Cylindrical-coordinate representation of color #9099AB: hue angle of 220º 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 #9099AB is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 153 | 171 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.33 |
| HSL | 220º | 0.14% | 0.62% | - |
| HSV(B) | 220º | 0.16% | 0.67% | - |
| XYZ | 30.24 | 31.65 | 43.04 | - |
| YUV | 152.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 171 | 0.16 | 0.11 | 0 | 0.33 | 220 | 0.14 | 0.62 |
| Hex | 90 | 99 | AB | 10 | B | 0 | 21 | DC | E | 3E |
| Octal | 220 | 231 | 253 | 20 | 13 | 0 | 41 | 334 | 16 | 76 |
| Binary | 10010000 | 10011001 | 10101011 | 10000 | 1011 | 0 | 100001 | 11011100 | 1110 | 111110 |
Color Harmonies of #9099AB
Complementary color
Monochromatic Colors of #9099AB
Black with #9099AB
Text Example
Text Example
White with #9099AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099AB; }
p { color: rgb(144,153,171); }
H1.HeaderClassName
{
color: #9099AB;
}
.AnyTagClassName
{
color: #9099AB;
}
</style>
background-color css
<style>
a { background-color: #9099AB; }
a { background-color: rgb(144,153,171); }
div.DivClassName
{
background-color: #9099AB;
}
.BgClassName
{
background-color: #9099AB;
}
</style>
border-color css
<style>
span { border-color: #9099AB; }
span { border-color: rgb(144,153,171); }
td.TdClassName
{
border-color: #9099AB;
}
.TagClassName
{
border-color: #9099AB;
}
</style>