Shades of Rock Blue #9099A8
Tints of Rock Blue #9099A8
RGB
CMYK
RGB Variations
Color information
#9099A8 (or 0x9099A8) is known color: Rock Blue. HEX triplet: 90, 99 and A8. RGB value is (144,153,168). Sum of RGB (Red+Green+Blue) = 144+153+168=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 168 - color contains mainly: blue. Hex color #9099A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9099A8 is #6F6657. Grayscale: #979797. Windows color (decimal): -7300696 or 11049360. OLE color: 11049360.
HSL color Cylindrical-coordinate representation of color #9099A8: hue angle of 217.5º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9099A8 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 153 | 168 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.34 |
| HSL | 217.5º | 0.12% | 0.61% | - |
| HSV(B) | 217.5º | 0.14% | 0.66% | - |
| XYZ | 29.96 | 31.54 | 41.55 | - |
| YUV | 152.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 168 | 0.14 | 0.09 | 0 | 0.34 | 217.5 | 0.12 | 0.61 |
| Hex | 90 | 99 | A8 | E | 9 | 0 | 22 | DA | C | 3D |
| Octal | 220 | 231 | 250 | 16 | 11 | 0 | 42 | 332 | 14 | 75 |
| Binary | 10010000 | 10011001 | 10101000 | 1110 | 1001 | 0 | 100010 | 11011010 | 1100 | 111101 |
Color Harmonies of #9099A8
Complementary color
Monochromatic Colors of #9099A8
Black with #9099A8
Text Example
Text Example
White with #9099A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099A8; }
p { color: rgb(144,153,168); }
H1.HeaderClassName
{
color: #9099A8;
}
.AnyTagClassName
{
color: #9099A8;
}
</style>
background-color css
<style>
a { background-color: #9099A8; }
a { background-color: rgb(144,153,168); }
div.DivClassName
{
background-color: #9099A8;
}
.BgClassName
{
background-color: #9099A8;
}
</style>
border-color css
<style>
span { border-color: #9099A8; }
span { border-color: rgb(144,153,168); }
td.TdClassName
{
border-color: #9099A8;
}
.TagClassName
{
border-color: #9099A8;
}
</style>