Shades of Grey Suit #8987A0
Tints of Grey Suit #8987A0
RGB
CMYK
RGB Variations
Color information
#8987A0 (or 0x8987A0) is known color: Grey Suit. HEX triplet: 89, 87 and A0. RGB value is (137,135,160). Sum of RGB (Red+Green+Blue) = 137+135+160=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 160 - color contains mainly: blue. Hex color #8987A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8987A0 is #76785F. Grayscale: #8A8A8A. Windows color (decimal): -7764064 or 10520457. OLE color: 10520457.
HSL color Cylindrical-coordinate representation of color #8987A0: hue angle of 244.8º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8987A0 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 135 | 160 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.37 |
| HSL | 244.8º | 0.12% | 0.58% | - |
| HSV(B) | 244.8º | 0.16% | 0.63% | - |
| XYZ | 25.33 | 25.18 | 36.78 | - |
| YUV | 138.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 135 | 160 | 0.14 | 0.16 | 0 | 0.37 | 244.8 | 0.12 | 0.58 |
| Hex | 89 | 87 | A0 | E | 10 | 0 | 25 | F5 | C | 3A |
| Octal | 211 | 207 | 240 | 16 | 20 | 0 | 45 | 365 | 14 | 72 |
| Binary | 10001001 | 10000111 | 10100000 | 1110 | 10000 | 0 | 100101 | 11110101 | 1100 | 111010 |
Color Harmonies of #8987A0
Complementary color
Monochromatic Colors of #8987A0
Black with #8987A0
Text Example
Text Example
White with #8987A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8987A0; }
p { color: rgb(137,135,160); }
H1.HeaderClassName
{
color: #8987A0;
}
.AnyTagClassName
{
color: #8987A0;
}
</style>
background-color css
<style>
a { background-color: #8987A0; }
a { background-color: rgb(137,135,160); }
div.DivClassName
{
background-color: #8987A0;
}
.BgClassName
{
background-color: #8987A0;
}
</style>
border-color css
<style>
span { border-color: #8987A0; }
span { border-color: rgb(137,135,160); }
td.TdClassName
{
border-color: #8987A0;
}
.TagClassName
{
border-color: #8987A0;
}
</style>