Shades of Envy #899A8D
Tints of Envy #899A8D
RGB
CMYK
RGB Variations
Color information
#899A8D (or 0x899A8D) is known color: Envy. HEX triplet: 89, 9A and 8D. RGB value is (137,154,141). Sum of RGB (Red+Green+Blue) = 137+154+141=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 154 - color contains mainly: green. Hex color #899A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899A8D is #766572. Grayscale: #939393. Windows color (decimal): -7759219 or 9280137. OLE color: 9280137.
HSL color Cylindrical-coordinate representation of color #899A8D: hue angle of 134.12º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #899A8D is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 154 | 141 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.40 |
| HSL | 134.12º | 0.08% | 0.57% | - |
| HSV(B) | 134.12º | 0.11% | 0.6% | - |
| XYZ | 26.68 | 30.35 | 29.65 | - |
| YUV | 147.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 141 | 0.11 | 0 | 0.08 | 0.40 | 134.12 | 0.08 | 0.57 |
| Hex | 89 | 9A | 8D | B | 0 | 8 | 28 | 86 | 8 | 39 |
| Octal | 211 | 232 | 215 | 13 | 0 | 10 | 50 | 206 | 10 | 71 |
| Binary | 10001001 | 10011010 | 10001101 | 1011 | 0 | 1000 | 101000 | 10000110 | 1000 | 111001 |
Color Harmonies of #899A8D
Complementary color
Monochromatic Colors of #899A8D
Black with #899A8D
Text Example
Text Example
White with #899A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899A8D; }
p { color: rgb(137,154,141); }
H1.HeaderClassName
{
color: #899A8D;
}
.AnyTagClassName
{
color: #899A8D;
}
</style>
background-color css
<style>
a { background-color: #899A8D; }
a { background-color: rgb(137,154,141); }
div.DivClassName
{
background-color: #899A8D;
}
.BgClassName
{
background-color: #899A8D;
}
</style>
border-color css
<style>
span { border-color: #899A8D; }
span { border-color: rgb(137,154,141); }
td.TdClassName
{
border-color: #899A8D;
}
.TagClassName
{
border-color: #899A8D;
}
</style>