Shades of Grey Suit #9087AB
Tints of Grey Suit #9087AB
RGB
CMYK
RGB Variations
Color information
#9087AB (or 0x9087AB) is known color: Grey Suit. HEX triplet: 90, 87 and AB. RGB value is (144,135,171). Sum of RGB (Red+Green+Blue) = 144+135+171=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #9087AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9087AB is #6F7854. Grayscale: #8D8D8D. Windows color (decimal): -7305301 or 11241360. OLE color: 11241360.
HSL color Cylindrical-coordinate representation of color #9087AB: hue angle of 255º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9087AB is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 135 | 171 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.33 |
| HSL | 255º | 0.18% | 0.6% | - |
| HSV(B) | 255º | 0.21% | 0.67% | - |
| XYZ | 27.52 | 26.2 | 42.13 | - |
| YUV | 141.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 171 | 0.16 | 0.21 | 0 | 0.33 | 255 | 0.18 | 0.6 |
| Hex | 90 | 87 | AB | 10 | 15 | 0 | 21 | FF | 12 | 3C |
| Octal | 220 | 207 | 253 | 20 | 25 | 0 | 41 | 377 | 22 | 74 |
| Binary | 10010000 | 10000111 | 10101011 | 10000 | 10101 | 0 | 100001 | 11111111 | 10010 | 111100 |
Color Harmonies of #9087AB
Complementary color
Monochromatic Colors of #9087AB
Black with #9087AB
Text Example
Text Example
White with #9087AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9087AB; }
p { color: rgb(144,135,171); }
H1.HeaderClassName
{
color: #9087AB;
}
.AnyTagClassName
{
color: #9087AB;
}
</style>
background-color css
<style>
a { background-color: #9087AB; }
a { background-color: rgb(144,135,171); }
div.DivClassName
{
background-color: #9087AB;
}
.BgClassName
{
background-color: #9087AB;
}
</style>
border-color css
<style>
span { border-color: #9087AB; }
span { border-color: rgb(144,135,171); }
td.TdClassName
{
border-color: #9087AB;
}
.TagClassName
{
border-color: #9087AB;
}
</style>