Shades of Envy #8D9E92
Tints of Envy #8D9E92
RGB
CMYK
RGB Variations
Color information
#8D9E92 (or 0x8D9E92) is known color: Envy. HEX triplet: 8D, 9E and 92. RGB value is (141,158,146). Sum of RGB (Red+Green+Blue) = 141+158+146=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 158 - color contains mainly: green. Hex color #8D9E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9E92 is #72616D. Grayscale: #979797. Windows color (decimal): -7496046 or 9608845. OLE color: 9608845.
HSL color Cylindrical-coordinate representation of color #8D9E92: hue angle of 137.65º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D9E92 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 158 | 146 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.38 |
| HSL | 137.65º | 0.08% | 0.59% | - |
| HSV(B) | 137.65º | 0.11% | 0.62% | - |
| XYZ | 28.4 | 32.19 | 31.91 | - |
| YUV | 151.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 158 | 146 | 0.11 | 0 | 0.08 | 0.38 | 137.65 | 0.08 | 0.59 |
| Hex | 8D | 9E | 92 | B | 0 | 8 | 26 | 8A | 8 | 3B |
| Octal | 215 | 236 | 222 | 13 | 0 | 10 | 46 | 212 | 10 | 73 |
| Binary | 10001101 | 10011110 | 10010010 | 1011 | 0 | 1000 | 100110 | 10001010 | 1000 | 111011 |
Color Harmonies of #8D9E92
Complementary color
Monochromatic Colors of #8D9E92
Black with #8D9E92
Text Example
Text Example
White with #8D9E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9E92; }
p { color: rgb(141,158,146); }
H1.HeaderClassName
{
color: #8D9E92;
}
.AnyTagClassName
{
color: #8D9E92;
}
</style>
background-color css
<style>
a { background-color: #8D9E92; }
a { background-color: rgb(141,158,146); }
div.DivClassName
{
background-color: #8D9E92;
}
.BgClassName
{
background-color: #8D9E92;
}
</style>
border-color css
<style>
span { border-color: #8D9E92; }
span { border-color: rgb(141,158,146); }
td.TdClassName
{
border-color: #8D9E92;
}
.TagClassName
{
border-color: #8D9E92;
}
</style>