Shades of Grey Suit #8E889A
Tints of Grey Suit #8E889A
RGB
CMYK
RGB Variations
Color information
#8E889A (or 0x8E889A) is known color: Grey Suit. HEX triplet: 8E, 88 and 9A. RGB value is (142,136,154). Sum of RGB (Red+Green+Blue) = 142+136+154=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E889A is #717765. Grayscale: #8B8B8B. Windows color (decimal): -7436134 or 10127502. OLE color: 10127502.
HSL color Cylindrical-coordinate representation of color #8E889A: hue angle of 260º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8E889A is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 136 | 154 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.40 |
| HSL | 260º | 0.08% | 0.57% | - |
| HSV(B) | 260º | 0.12% | 0.6% | - |
| XYZ | 25.79 | 25.69 | 34.17 | - |
| YUV | 139.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 154 | 0.08 | 0.12 | 0 | 0.40 | 260 | 0.08 | 0.57 |
| Hex | 8E | 88 | 9A | 8 | C | 0 | 28 | 104 | 8 | 39 |
| Octal | 216 | 210 | 232 | 10 | 14 | 0 | 50 | 404 | 10 | 71 |
| Binary | 10001110 | 10001000 | 10011010 | 1000 | 1100 | 0 | 101000 | 100000100 | 1000 | 111001 |
Color Harmonies of #8E889A
Complementary color
Monochromatic Colors of #8E889A
Black with #8E889A
Text Example
Text Example
White with #8E889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E889A; }
p { color: rgb(142,136,154); }
H1.HeaderClassName
{
color: #8E889A;
}
.AnyTagClassName
{
color: #8E889A;
}
</style>
background-color css
<style>
a { background-color: #8E889A; }
a { background-color: rgb(142,136,154); }
div.DivClassName
{
background-color: #8E889A;
}
.BgClassName
{
background-color: #8E889A;
}
</style>
border-color css
<style>
span { border-color: #8E889A; }
span { border-color: rgb(142,136,154); }
td.TdClassName
{
border-color: #8E889A;
}
.TagClassName
{
border-color: #8E889A;
}
</style>