Shades of Rock Blue #9099AE
Tints of Rock Blue #9099AE
RGB
CMYK
RGB Variations
Color information
#9099AE (or 0x9099AE) is known color: Rock Blue. HEX triplet: 90, 99 and AE. RGB value is (144,153,174). Sum of RGB (Red+Green+Blue) = 144+153+174=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: blue. Hex color #9099AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9099AE is #6F6651. Grayscale: #989898. Windows color (decimal): -7300690 or 11442576. OLE color: 11442576.
HSL color Cylindrical-coordinate representation of color #9099AE: hue angle of 222º 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 #9099AE is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 153 | 174 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.32 |
| HSL | 222º | 0.16% | 0.62% | - |
| HSV(B) | 222º | 0.17% | 0.68% | - |
| XYZ | 30.53 | 31.77 | 44.57 | - |
| YUV | 152.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 174 | 0.17 | 0.12 | 0 | 0.32 | 222 | 0.16 | 0.62 |
| Hex | 90 | 99 | AE | 11 | C | 0 | 20 | DE | 10 | 3E |
| Octal | 220 | 231 | 256 | 21 | 14 | 0 | 40 | 336 | 20 | 76 |
| Binary | 10010000 | 10011001 | 10101110 | 10001 | 1100 | 0 | 100000 | 11011110 | 10000 | 111110 |
Color Harmonies of #9099AE
Complementary color
Monochromatic Colors of #9099AE
Black with #9099AE
Text Example
Text Example
White with #9099AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099AE; }
p { color: rgb(144,153,174); }
H1.HeaderClassName
{
color: #9099AE;
}
.AnyTagClassName
{
color: #9099AE;
}
</style>
background-color css
<style>
a { background-color: #9099AE; }
a { background-color: rgb(144,153,174); }
div.DivClassName
{
background-color: #9099AE;
}
.BgClassName
{
background-color: #9099AE;
}
</style>
border-color css
<style>
span { border-color: #9099AE; }
span { border-color: rgb(144,153,174); }
td.TdClassName
{
border-color: #9099AE;
}
.TagClassName
{
border-color: #9099AE;
}
</style>