Shades of Envy #889E8D
Tints of Envy #889E8D
RGB
CMYK
RGB Variations
Color information
#889E8D (or 0x889E8D) is known color: Envy. HEX triplet: 88, 9E and 8D. RGB value is (136,158,141). Sum of RGB (Red+Green+Blue) = 136+158+141=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 158 - color contains mainly: green. Hex color #889E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889E8D is #776172. Grayscale: #959595. Windows color (decimal): -7823731 or 9281160. OLE color: 9281160.
HSL color Cylindrical-coordinate representation of color #889E8D: hue angle of 133.64º degrees, saturation: 0.1, 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 #889E8D is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 158 | 141 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.38 |
| HSL | 133.64º | 0.1% | 0.58% | - |
| HSV(B) | 133.64º | 0.14% | 0.62% | - |
| XYZ | 27.19 | 31.61 | 29.87 | - |
| YUV | 149.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 158 | 141 | 0.14 | 0 | 0.11 | 0.38 | 133.64 | 0.1 | 0.58 |
| Hex | 88 | 9E | 8D | E | 0 | B | 26 | 86 | A | 3A |
| Octal | 210 | 236 | 215 | 16 | 0 | 13 | 46 | 206 | 12 | 72 |
| Binary | 10001000 | 10011110 | 10001101 | 1110 | 0 | 1011 | 100110 | 10000110 | 1010 | 111010 |
Color Harmonies of #889E8D
Complementary color
Monochromatic Colors of #889E8D
Black with #889E8D
Text Example
Text Example
White with #889E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889E8D; }
p { color: rgb(136,158,141); }
H1.HeaderClassName
{
color: #889E8D;
}
.AnyTagClassName
{
color: #889E8D;
}
</style>
background-color css
<style>
a { background-color: #889E8D; }
a { background-color: rgb(136,158,141); }
div.DivClassName
{
background-color: #889E8D;
}
.BgClassName
{
background-color: #889E8D;
}
</style>
border-color css
<style>
span { border-color: #889E8D; }
span { border-color: rgb(136,158,141); }
td.TdClassName
{
border-color: #889E8D;
}
.TagClassName
{
border-color: #889E8D;
}
</style>