Shades of Envy #899B8C
Tints of Envy #899B8C
RGB
CMYK
RGB Variations
Color information
#899B8C (or 0x899B8C) is known color: Envy. HEX triplet: 89, 9B and 8C. RGB value is (137,155,140). Sum of RGB (Red+Green+Blue) = 137+155+140=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 155 - color contains mainly: green. Hex color #899B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B8C is #766473. Grayscale: #939393. Windows color (decimal): -7758964 or 9214857. OLE color: 9214857.
HSL color Cylindrical-coordinate representation of color #899B8C: hue angle of 130º degrees, saturation: 0.08, 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 #899B8C is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 155 | 140 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.39 |
| HSL | 130º | 0.08% | 0.57% | - |
| HSV(B) | 130º | 0.12% | 0.61% | - |
| XYZ | 26.77 | 30.65 | 29.32 | - |
| YUV | 147.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 140 | 0.12 | 0 | 0.10 | 0.39 | 130 | 0.08 | 0.57 |
| Hex | 89 | 9B | 8C | C | 0 | A | 27 | 82 | 8 | 39 |
| Octal | 211 | 233 | 214 | 14 | 0 | 12 | 47 | 202 | 10 | 71 |
| Binary | 10001001 | 10011011 | 10001100 | 1100 | 0 | 1010 | 100111 | 10000010 | 1000 | 111001 |
Color Harmonies of #899B8C
Complementary color
Monochromatic Colors of #899B8C
Black with #899B8C
Text Example
Text Example
White with #899B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899B8C; }
p { color: rgb(137,155,140); }
H1.HeaderClassName
{
color: #899B8C;
}
.AnyTagClassName
{
color: #899B8C;
}
</style>
background-color css
<style>
a { background-color: #899B8C; }
a { background-color: rgb(137,155,140); }
div.DivClassName
{
background-color: #899B8C;
}
.BgClassName
{
background-color: #899B8C;
}
</style>
border-color css
<style>
span { border-color: #899B8C; }
span { border-color: rgb(137,155,140); }
td.TdClassName
{
border-color: #899B8C;
}
.TagClassName
{
border-color: #899B8C;
}
</style>