Shades of Grey Suit #9089AB
Tints of Grey Suit #9089AB
RGB
CMYK
RGB Variations
Color information
#9089AB (or 0x9089AB) is known color: Grey Suit. HEX triplet: 90, 89 and AB. RGB value is (144,137,171). Sum of RGB (Red+Green+Blue) = 144+137+171=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #9089AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9089AB is #6F7654. Grayscale: #8E8E8E. Windows color (decimal): -7304789 or 11241872. OLE color: 11241872.
HSL color Cylindrical-coordinate representation of color #9089AB: hue angle of 252.35º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9089AB is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 137 | 171 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.33 |
| HSL | 252.35º | 0.17% | 0.6% | - |
| HSV(B) | 252.35º | 0.2% | 0.67% | - |
| XYZ | 27.8 | 26.76 | 42.23 | - |
| YUV | 142.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 137 | 171 | 0.16 | 0.20 | 0 | 0.33 | 252.35 | 0.17 | 0.6 |
| Hex | 90 | 89 | AB | 10 | 14 | 0 | 21 | FC | 11 | 3C |
| Octal | 220 | 211 | 253 | 20 | 24 | 0 | 41 | 374 | 21 | 74 |
| Binary | 10010000 | 10001001 | 10101011 | 10000 | 10100 | 0 | 100001 | 11111100 | 10001 | 111100 |
Color Harmonies of #9089AB
Complementary color
Monochromatic Colors of #9089AB
Black with #9089AB
Text Example
Text Example
White with #9089AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9089AB; }
p { color: rgb(144,137,171); }
H1.HeaderClassName
{
color: #9089AB;
}
.AnyTagClassName
{
color: #9089AB;
}
</style>
background-color css
<style>
a { background-color: #9089AB; }
a { background-color: rgb(144,137,171); }
div.DivClassName
{
background-color: #9089AB;
}
.BgClassName
{
background-color: #9089AB;
}
</style>
border-color css
<style>
span { border-color: #9089AB; }
span { border-color: rgb(144,137,171); }
td.TdClassName
{
border-color: #9089AB;
}
.TagClassName
{
border-color: #9089AB;
}
</style>