Shades of Envy #889B8D
Tints of Envy #889B8D
RGB
CMYK
RGB Variations
Color information
#889B8D (or 0x889B8D) is known color: Envy. HEX triplet: 88, 9B and 8D. RGB value is (136,155,141). Sum of RGB (Red+Green+Blue) = 136+155+141=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 155 - color contains mainly: green. Hex color #889B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B8D is #776472. Grayscale: #939393. Windows color (decimal): -7824499 or 9280392. OLE color: 9280392.
HSL color Cylindrical-coordinate representation of color #889B8D: hue angle of 135.79º 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 #889B8D is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 155 | 141 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.39 |
| HSL | 135.79º | 0.09% | 0.57% | - |
| HSV(B) | 135.79º | 0.12% | 0.61% | - |
| XYZ | 26.68 | 30.6 | 29.7 | - |
| YUV | 147.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 141 | 0.12 | 0 | 0.09 | 0.39 | 135.79 | 0.09 | 0.57 |
| Hex | 88 | 9B | 8D | C | 0 | 9 | 27 | 88 | 9 | 39 |
| Octal | 210 | 233 | 215 | 14 | 0 | 11 | 47 | 210 | 11 | 71 |
| Binary | 10001000 | 10011011 | 10001101 | 1100 | 0 | 1001 | 100111 | 10001000 | 1001 | 111001 |
Color Harmonies of #889B8D
Complementary color
Monochromatic Colors of #889B8D
Black with #889B8D
Text Example
Text Example
White with #889B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889B8D; }
p { color: rgb(136,155,141); }
H1.HeaderClassName
{
color: #889B8D;
}
.AnyTagClassName
{
color: #889B8D;
}
</style>
background-color css
<style>
a { background-color: #889B8D; }
a { background-color: rgb(136,155,141); }
div.DivClassName
{
background-color: #889B8D;
}
.BgClassName
{
background-color: #889B8D;
}
</style>
border-color css
<style>
span { border-color: #889B8D; }
span { border-color: rgb(136,155,141); }
td.TdClassName
{
border-color: #889B8D;
}
.TagClassName
{
border-color: #889B8D;
}
</style>