Shades of Grey Suit #8E889B
Tints of Grey Suit #8E889B
RGB
CMYK
RGB Variations
Color information
#8E889B (or 0x8E889B) is known color: Grey Suit. HEX triplet: 8E, 88 and 9B. RGB value is (142,136,155). Sum of RGB (Red+Green+Blue) = 142+136+155=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E889B is #717764. Grayscale: #8B8B8B. Windows color (decimal): -7436133 or 10193038. OLE color: 10193038.
HSL color Cylindrical-coordinate representation of color #8E889B: hue angle of 258.95º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8E889B is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 136 | 155 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.39 |
| HSL | 258.95º | 0.09% | 0.57% | - |
| HSV(B) | 258.95º | 0.12% | 0.61% | - |
| XYZ | 25.88 | 25.73 | 34.61 | - |
| YUV | 139.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 155 | 0.08 | 0.12 | 0 | 0.39 | 258.95 | 0.09 | 0.57 |
| Hex | 8E | 88 | 9B | 8 | C | 0 | 27 | 103 | 9 | 39 |
| Octal | 216 | 210 | 233 | 10 | 14 | 0 | 47 | 403 | 11 | 71 |
| Binary | 10001110 | 10001000 | 10011011 | 1000 | 1100 | 0 | 100111 | 100000011 | 1001 | 111001 |
Color Harmonies of #8E889B
Complementary color
Monochromatic Colors of #8E889B
Black with #8E889B
Text Example
Text Example
White with #8E889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E889B; }
p { color: rgb(142,136,155); }
H1.HeaderClassName
{
color: #8E889B;
}
.AnyTagClassName
{
color: #8E889B;
}
</style>
background-color css
<style>
a { background-color: #8E889B; }
a { background-color: rgb(142,136,155); }
div.DivClassName
{
background-color: #8E889B;
}
.BgClassName
{
background-color: #8E889B;
}
</style>
border-color css
<style>
span { border-color: #8E889B; }
span { border-color: rgb(142,136,155); }
td.TdClassName
{
border-color: #8E889B;
}
.TagClassName
{
border-color: #8E889B;
}
</style>