Shades of Grey Suit #8E889D
Tints of Grey Suit #8E889D
RGB
CMYK
RGB Variations
Color information
#8E889D (or 0x8E889D) is known color: Grey Suit. HEX triplet: 8E, 88 and 9D. RGB value is (142,136,157). Sum of RGB (Red+Green+Blue) = 142+136+157=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E889D is #717762. Grayscale: #8C8C8C. Windows color (decimal): -7436131 or 10324110. OLE color: 10324110.
HSL color Cylindrical-coordinate representation of color #8E889D: hue angle of 257.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8E889D is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 136 | 157 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.38 |
| HSL | 257.14º | 0.1% | 0.57% | - |
| HSV(B) | 257.14º | 0.13% | 0.62% | - |
| XYZ | 26.05 | 25.79 | 35.5 | - |
| YUV | 140.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 157 | 0.10 | 0.13 | 0 | 0.38 | 257.14 | 0.1 | 0.57 |
| Hex | 8E | 88 | 9D | A | D | 0 | 26 | 101 | A | 39 |
| Octal | 216 | 210 | 235 | 12 | 15 | 0 | 46 | 401 | 12 | 71 |
| Binary | 10001110 | 10001000 | 10011101 | 1010 | 1101 | 0 | 100110 | 100000001 | 1010 | 111001 |
Color Harmonies of #8E889D
Complementary color
Monochromatic Colors of #8E889D
Black with #8E889D
Text Example
Text Example
White with #8E889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E889D; }
p { color: rgb(142,136,157); }
H1.HeaderClassName
{
color: #8E889D;
}
.AnyTagClassName
{
color: #8E889D;
}
</style>
background-color css
<style>
a { background-color: #8E889D; }
a { background-color: rgb(142,136,157); }
div.DivClassName
{
background-color: #8E889D;
}
.BgClassName
{
background-color: #8E889D;
}
</style>
border-color css
<style>
span { border-color: #8E889D; }
span { border-color: rgb(142,136,157); }
td.TdClassName
{
border-color: #8E889D;
}
.TagClassName
{
border-color: #8E889D;
}
</style>