Shades of Envy #829F8A
Tints of Envy #829F8A
RGB
CMYK
RGB Variations
Color information
#829F8A (or 0x829F8A) is known color: Envy. HEX triplet: 82, 9F and 8A. RGB value is (130,159,138). Sum of RGB (Red+Green+Blue) = 130+159+138=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 159 - color contains mainly: green. Hex color #829F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829F8A is #7D6075. Grayscale: #939393. Windows color (decimal): -8216694 or 9084802. OLE color: 9084802.
HSL color Cylindrical-coordinate representation of color #829F8A: hue angle of 136.55º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #829F8A is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 159 | 138 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.38 |
| HSL | 136.55º | 0.13% | 0.57% | - |
| HSV(B) | 136.55º | 0.18% | 0.62% | - |
| XYZ | 26.19 | 31.38 | 28.72 | - |
| YUV | 147.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 138 | 0.18 | 0 | 0.13 | 0.38 | 136.55 | 0.13 | 0.57 |
| Hex | 82 | 9F | 8A | 12 | 0 | D | 26 | 89 | D | 39 |
| Octal | 202 | 237 | 212 | 22 | 0 | 15 | 46 | 211 | 15 | 71 |
| Binary | 10000010 | 10011111 | 10001010 | 10010 | 0 | 1101 | 100110 | 10001001 | 1101 | 111001 |
Color Harmonies of #829F8A
Complementary color
Monochromatic Colors of #829F8A
Black with #829F8A
Text Example
Text Example
White with #829F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829F8A; }
p { color: rgb(130,159,138); }
H1.HeaderClassName
{
color: #829F8A;
}
.AnyTagClassName
{
color: #829F8A;
}
</style>
background-color css
<style>
a { background-color: #829F8A; }
a { background-color: rgb(130,159,138); }
div.DivClassName
{
background-color: #829F8A;
}
.BgClassName
{
background-color: #829F8A;
}
</style>
border-color css
<style>
span { border-color: #829F8A; }
span { border-color: rgb(130,159,138); }
td.TdClassName
{
border-color: #829F8A;
}
.TagClassName
{
border-color: #829F8A;
}
</style>