Shades of Envy #89988C
Tints of Envy #89988C
RGB
CMYK
RGB Variations
Color information
#89988C (or 0x89988C) is known color: Envy. HEX triplet: 89, 98 and 8C. RGB value is (137,152,140). Sum of RGB (Red+Green+Blue) = 137+152+140=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 152 - color contains mainly: green. Hex color #89988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89988C is #766773. Grayscale: #929292. Windows color (decimal): -7759732 or 9214089. OLE color: 9214089.
HSL color Cylindrical-coordinate representation of color #89988C: hue angle of 132º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #89988C is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 152 | 140 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.40 |
| HSL | 132º | 0.07% | 0.57% | - |
| HSV(B) | 132º | 0.1% | 0.6% | - |
| XYZ | 26.28 | 29.67 | 29.15 | - |
| YUV | 146.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 140 | 0.10 | 0 | 0.08 | 0.40 | 132 | 0.07 | 0.57 |
| Hex | 89 | 98 | 8C | A | 0 | 8 | 28 | 84 | 7 | 39 |
| Octal | 211 | 230 | 214 | 12 | 0 | 10 | 50 | 204 | 7 | 71 |
| Binary | 10001001 | 10011000 | 10001100 | 1010 | 0 | 1000 | 101000 | 10000100 | 111 | 111001 |
Color Harmonies of #89988C
Complementary color
Monochromatic Colors of #89988C
Black with #89988C
Text Example
Text Example
White with #89988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89988C; }
p { color: rgb(137,152,140); }
H1.HeaderClassName
{
color: #89988C;
}
.AnyTagClassName
{
color: #89988C;
}
</style>
background-color css
<style>
a { background-color: #89988C; }
a { background-color: rgb(137,152,140); }
div.DivClassName
{
background-color: #89988C;
}
.BgClassName
{
background-color: #89988C;
}
</style>
border-color css
<style>
span { border-color: #89988C; }
span { border-color: rgb(137,152,140); }
td.TdClassName
{
border-color: #89988C;
}
.TagClassName
{
border-color: #89988C;
}
</style>