Shades of Grey Suit #9088AB
Tints of Grey Suit #9088AB
RGB
CMYK
RGB Variations
Color information
#9088AB (or 0x9088AB) is known color: Grey Suit. HEX triplet: 90, 88 and AB. RGB value is (144,136,171). Sum of RGB (Red+Green+Blue) = 144+136+171=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #9088AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9088AB is #6F7754. Grayscale: #8E8E8E. Windows color (decimal): -7305045 or 11241616. OLE color: 11241616.
HSL color Cylindrical-coordinate representation of color #9088AB: hue angle of 253.71º 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 #9088AB is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 136 | 171 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.33 |
| HSL | 253.71º | 0.17% | 0.6% | - |
| HSV(B) | 253.71º | 0.2% | 0.67% | - |
| XYZ | 27.66 | 26.48 | 42.18 | - |
| YUV | 142.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 171 | 0.16 | 0.20 | 0 | 0.33 | 253.71 | 0.17 | 0.6 |
| Hex | 90 | 88 | AB | 10 | 14 | 0 | 21 | FE | 11 | 3C |
| Octal | 220 | 210 | 253 | 20 | 24 | 0 | 41 | 376 | 21 | 74 |
| Binary | 10010000 | 10001000 | 10101011 | 10000 | 10100 | 0 | 100001 | 11111110 | 10001 | 111100 |
Color Harmonies of #9088AB
Complementary color
Monochromatic Colors of #9088AB
Black with #9088AB
Text Example
Text Example
White with #9088AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9088AB; }
p { color: rgb(144,136,171); }
H1.HeaderClassName
{
color: #9088AB;
}
.AnyTagClassName
{
color: #9088AB;
}
</style>
background-color css
<style>
a { background-color: #9088AB; }
a { background-color: rgb(144,136,171); }
div.DivClassName
{
background-color: #9088AB;
}
.BgClassName
{
background-color: #9088AB;
}
</style>
border-color css
<style>
span { border-color: #9088AB; }
span { border-color: rgb(144,136,171); }
td.TdClassName
{
border-color: #9088AB;
}
.TagClassName
{
border-color: #9088AB;
}
</style>