Shades of Grey Suit #9088AD
Tints of Grey Suit #9088AD
RGB
CMYK
RGB Variations
Color information
#9088AD (or 0x9088AD) is known color: Grey Suit. HEX triplet: 90, 88 and AD. RGB value is (144,136,173). Sum of RGB (Red+Green+Blue) = 144+136+173=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #9088AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9088AD is #6F7752. Grayscale: #8E8E8E. Windows color (decimal): -7305043 or 11372688. OLE color: 11372688.
HSL color Cylindrical-coordinate representation of color #9088AD: hue angle of 252.97º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9088AD is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 136 | 173 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.32 |
| HSL | 252.97º | 0.18% | 0.61% | - |
| HSV(B) | 252.97º | 0.21% | 0.68% | - |
| XYZ | 27.85 | 26.55 | 43.19 | - |
| YUV | 142.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 173 | 0.17 | 0.21 | 0 | 0.32 | 252.97 | 0.18 | 0.61 |
| Hex | 90 | 88 | AD | 11 | 15 | 0 | 20 | FD | 12 | 3D |
| Octal | 220 | 210 | 255 | 21 | 25 | 0 | 40 | 375 | 22 | 75 |
| Binary | 10010000 | 10001000 | 10101101 | 10001 | 10101 | 0 | 100000 | 11111101 | 10010 | 111101 |
Color Harmonies of #9088AD
Complementary color
Monochromatic Colors of #9088AD
Black with #9088AD
Text Example
Text Example
White with #9088AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9088AD; }
p { color: rgb(144,136,173); }
H1.HeaderClassName
{
color: #9088AD;
}
.AnyTagClassName
{
color: #9088AD;
}
</style>
background-color css
<style>
a { background-color: #9088AD; }
a { background-color: rgb(144,136,173); }
div.DivClassName
{
background-color: #9088AD;
}
.BgClassName
{
background-color: #9088AD;
}
</style>
border-color css
<style>
span { border-color: #9088AD; }
span { border-color: rgb(144,136,173); }
td.TdClassName
{
border-color: #9088AD;
}
.TagClassName
{
border-color: #9088AD;
}
</style>