Shades of Envy #809987
Tints of Envy #809987
RGB
CMYK
RGB Variations
Color information
#809987 (or 0x809987) is known color: Envy. HEX triplet: 80, 99 and 87. RGB value is (128,153,135). Sum of RGB (Red+Green+Blue) = 128+153+135=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #809987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809987 is #7F6678. Grayscale: #8F8F8F. Windows color (decimal): -8349305 or 8886656. OLE color: 8886656.
HSL color Cylindrical-coordinate representation of color #809987: hue angle of 136.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #809987 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 153 | 135 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.4 |
| HSL | 136.8º | 0.11% | 0.55% | - |
| HSV(B) | 136.8º | 0.16% | 0.6% | - |
| XYZ | 24.67 | 29.12 | 27.24 | - |
| YUV | 143.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 135 | 0.16 | 0 | 0.12 | 0.4 | 136.8 | 0.11 | 0.55 |
| Hex | 80 | 99 | 87 | 10 | 0 | C | 28 | 89 | B | 37 |
| Octal | 200 | 231 | 207 | 20 | 0 | 14 | 50 | 211 | 13 | 67 |
| Binary | 10000000 | 10011001 | 10000111 | 10000 | 0 | 1100 | 101000 | 10001001 | 1011 | 110111 |
Color Harmonies of #809987
Complementary color
Monochromatic Colors of #809987
Black with #809987
Text Example
Text Example
White with #809987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809987; }
p { color: rgb(128,153,135); }
H1.HeaderClassName
{
color: #809987;
}
.AnyTagClassName
{
color: #809987;
}
</style>
background-color css
<style>
a { background-color: #809987; }
a { background-color: rgb(128,153,135); }
div.DivClassName
{
background-color: #809987;
}
.BgClassName
{
background-color: #809987;
}
</style>
border-color css
<style>
span { border-color: #809987; }
span { border-color: rgb(128,153,135); }
td.TdClassName
{
border-color: #809987;
}
.TagClassName
{
border-color: #809987;
}
</style>