Shades of Grey Suit #8E889F
Tints of Grey Suit #8E889F
RGB
CMYK
RGB Variations
Color information
#8E889F (or 0x8E889F) is known color: Grey Suit. HEX triplet: 8E, 88 and 9F. RGB value is (142,136,159). Sum of RGB (Red+Green+Blue) = 142+136+159=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E889F is #717760. Grayscale: #8C8C8C. Windows color (decimal): -7436129 or 10455182. OLE color: 10455182.
HSL color Cylindrical-coordinate representation of color #8E889F: hue angle of 255.65º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8E889F is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 136 | 159 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.38 |
| HSL | 255.65º | 0.11% | 0.58% | - |
| HSV(B) | 255.65º | 0.14% | 0.62% | - |
| XYZ | 26.22 | 25.86 | 36.41 | - |
| YUV | 140.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 159 | 0.11 | 0.14 | 0 | 0.38 | 255.65 | 0.11 | 0.58 |
| Hex | 8E | 88 | 9F | B | E | 0 | 26 | 100 | B | 3A |
| Octal | 216 | 210 | 237 | 13 | 16 | 0 | 46 | 400 | 13 | 72 |
| Binary | 10001110 | 10001000 | 10011111 | 1011 | 1110 | 0 | 100110 | 100000000 | 1011 | 111010 |
Color Harmonies of #8E889F
Complementary color
Monochromatic Colors of #8E889F
Black with #8E889F
Text Example
Text Example
White with #8E889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E889F; }
p { color: rgb(142,136,159); }
H1.HeaderClassName
{
color: #8E889F;
}
.AnyTagClassName
{
color: #8E889F;
}
</style>
background-color css
<style>
a { background-color: #8E889F; }
a { background-color: rgb(142,136,159); }
div.DivClassName
{
background-color: #8E889F;
}
.BgClassName
{
background-color: #8E889F;
}
</style>
border-color css
<style>
span { border-color: #8E889F; }
span { border-color: rgb(142,136,159); }
td.TdClassName
{
border-color: #8E889F;
}
.TagClassName
{
border-color: #8E889F;
}
</style>