Shades of Envy #899E8B
Tints of Envy #899E8B
RGB
CMYK
RGB Variations
Color information
#899E8B (or 0x899E8B) is known color: Envy. HEX triplet: 89, 9E and 8B. RGB value is (137,158,139). Sum of RGB (Red+Green+Blue) = 137+158+139=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 158 - color contains mainly: green. Hex color #899E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899E8B is #766174. Grayscale: #959595. Windows color (decimal): -7758197 or 9150089. OLE color: 9150089.
HSL color Cylindrical-coordinate representation of color #899E8B: hue angle of 125.71º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #899E8B is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 158 | 139 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.38 |
| HSL | 125.71º | 0.1% | 0.58% | - |
| HSV(B) | 125.71º | 0.13% | 0.62% | - |
| XYZ | 27.2 | 31.64 | 29.1 | - |
| YUV | 149.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 139 | 0.13 | 0 | 0.12 | 0.38 | 125.71 | 0.1 | 0.58 |
| Hex | 89 | 9E | 8B | D | 0 | C | 26 | 7E | A | 3A |
| Octal | 211 | 236 | 213 | 15 | 0 | 14 | 46 | 176 | 12 | 72 |
| Binary | 10001001 | 10011110 | 10001011 | 1101 | 0 | 1100 | 100110 | 1111110 | 1010 | 111010 |
Color Harmonies of #899E8B
Complementary color
Monochromatic Colors of #899E8B
Black with #899E8B
Text Example
Text Example
White with #899E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899E8B; }
p { color: rgb(137,158,139); }
H1.HeaderClassName
{
color: #899E8B;
}
.AnyTagClassName
{
color: #899E8B;
}
</style>
background-color css
<style>
a { background-color: #899E8B; }
a { background-color: rgb(137,158,139); }
div.DivClassName
{
background-color: #899E8B;
}
.BgClassName
{
background-color: #899E8B;
}
</style>
border-color css
<style>
span { border-color: #899E8B; }
span { border-color: rgb(137,158,139); }
td.TdClassName
{
border-color: #899E8B;
}
.TagClassName
{
border-color: #899E8B;
}
</style>