Shades of Envy #829D8A
Tints of Envy #829D8A
RGB
CMYK
RGB Variations
Color information
#829D8A (or 0x829D8A) is known color: Envy. HEX triplet: 82, 9D and 8A. RGB value is (130,157,138). Sum of RGB (Red+Green+Blue) = 130+157+138=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 157 - color contains mainly: green. Hex color #829D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829D8A is #7D6275. Grayscale: #929292. Windows color (decimal): -8217206 or 9084290. OLE color: 9084290.
HSL color Cylindrical-coordinate representation of color #829D8A: hue angle of 137.78º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #829D8A is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 157 | 138 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.38 |
| HSL | 137.78º | 0.12% | 0.56% | - |
| HSV(B) | 137.78º | 0.17% | 0.62% | - |
| XYZ | 25.85 | 30.69 | 28.61 | - |
| YUV | 146.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 138 | 0.17 | 0 | 0.12 | 0.38 | 137.78 | 0.12 | 0.56 |
| Hex | 82 | 9D | 8A | 11 | 0 | C | 26 | 8A | C | 38 |
| Octal | 202 | 235 | 212 | 21 | 0 | 14 | 46 | 212 | 14 | 70 |
| Binary | 10000010 | 10011101 | 10001010 | 10001 | 0 | 1100 | 100110 | 10001010 | 1100 | 111000 |
Color Harmonies of #829D8A
Complementary color
Monochromatic Colors of #829D8A
Black with #829D8A
Text Example
Text Example
White with #829D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829D8A; }
p { color: rgb(130,157,138); }
H1.HeaderClassName
{
color: #829D8A;
}
.AnyTagClassName
{
color: #829D8A;
}
</style>
background-color css
<style>
a { background-color: #829D8A; }
a { background-color: rgb(130,157,138); }
div.DivClassName
{
background-color: #829D8A;
}
.BgClassName
{
background-color: #829D8A;
}
</style>
border-color css
<style>
span { border-color: #829D8A; }
span { border-color: rgb(130,157,138); }
td.TdClassName
{
border-color: #829D8A;
}
.TagClassName
{
border-color: #829D8A;
}
</style>