Shades of Envy #809D86
Tints of Envy #809D86
RGB
CMYK
RGB Variations
Color information
#809D86 (or 0x809D86) is known color: Envy. HEX triplet: 80, 9D and 86. RGB value is (128,157,134). Sum of RGB (Red+Green+Blue) = 128+157+134=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 157 - color contains mainly: green. Hex color #809D86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809D86 is #7F6279. Grayscale: #919191. Windows color (decimal): -8348282 or 8822144. OLE color: 8822144.
HSL color Cylindrical-coordinate representation of color #809D86: hue angle of 132.41º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #809D86 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 157 | 134 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.38 |
| HSL | 132.41º | 0.13% | 0.56% | - |
| HSV(B) | 132.41º | 0.18% | 0.62% | - |
| XYZ | 25.26 | 30.42 | 27.1 | - |
| YUV | 145.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 157 | 134 | 0.18 | 0 | 0.15 | 0.38 | 132.41 | 0.13 | 0.56 |
| Hex | 80 | 9D | 86 | 12 | 0 | F | 26 | 84 | D | 38 |
| Octal | 200 | 235 | 206 | 22 | 0 | 17 | 46 | 204 | 15 | 70 |
| Binary | 10000000 | 10011101 | 10000110 | 10010 | 0 | 1111 | 100110 | 10000100 | 1101 | 111000 |
Color Harmonies of #809D86
Complementary color
Monochromatic Colors of #809D86
Black with #809D86
Text Example
Text Example
White with #809D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809D86; }
p { color: rgb(128,157,134); }
H1.HeaderClassName
{
color: #809D86;
}
.AnyTagClassName
{
color: #809D86;
}
</style>
background-color css
<style>
a { background-color: #809D86; }
a { background-color: rgb(128,157,134); }
div.DivClassName
{
background-color: #809D86;
}
.BgClassName
{
background-color: #809D86;
}
</style>
border-color css
<style>
span { border-color: #809D86; }
span { border-color: rgb(128,157,134); }
td.TdClassName
{
border-color: #809D86;
}
.TagClassName
{
border-color: #809D86;
}
</style>