Shades of Envy #829E8A
Tints of Envy #829E8A
RGB
CMYK
RGB Variations
Color information
#829E8A (or 0x829E8A) is known color: Envy. HEX triplet: 82, 9E and 8A. RGB value is (130,158,138). Sum of RGB (Red+Green+Blue) = 130+158+138=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 158 - color contains mainly: green. Hex color #829E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829E8A is #7D6175. Grayscale: #939393. Windows color (decimal): -8216950 or 9084546. OLE color: 9084546.
HSL color Cylindrical-coordinate representation of color #829E8A: hue angle of 137.14º 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 #829E8A is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 158 | 138 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.38 |
| HSL | 137.14º | 0.13% | 0.56% | - |
| HSV(B) | 137.14º | 0.18% | 0.62% | - |
| XYZ | 26.02 | 31.03 | 28.66 | - |
| YUV | 147.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 158 | 138 | 0.18 | 0 | 0.13 | 0.38 | 137.14 | 0.13 | 0.56 |
| Hex | 82 | 9E | 8A | 12 | 0 | D | 26 | 89 | D | 38 |
| Octal | 202 | 236 | 212 | 22 | 0 | 15 | 46 | 211 | 15 | 70 |
| Binary | 10000010 | 10011110 | 10001010 | 10010 | 0 | 1101 | 100110 | 10001001 | 1101 | 111000 |
Color Harmonies of #829E8A
Complementary color
Monochromatic Colors of #829E8A
Black with #829E8A
Text Example
Text Example
White with #829E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829E8A; }
p { color: rgb(130,158,138); }
H1.HeaderClassName
{
color: #829E8A;
}
.AnyTagClassName
{
color: #829E8A;
}
</style>
background-color css
<style>
a { background-color: #829E8A; }
a { background-color: rgb(130,158,138); }
div.DivClassName
{
background-color: #829E8A;
}
.BgClassName
{
background-color: #829E8A;
}
</style>
border-color css
<style>
span { border-color: #829E8A; }
span { border-color: rgb(130,158,138); }
td.TdClassName
{
border-color: #829E8A;
}
.TagClassName
{
border-color: #829E8A;
}
</style>