Shades of Envy #869F8D
Tints of Envy #869F8D
RGB
CMYK
RGB Variations
Color information
#869F8D (or 0x869F8D) is known color: Envy. HEX triplet: 86, 9F and 8D. RGB value is (134,159,141). Sum of RGB (Red+Green+Blue) = 134+159+141=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 159 - color contains mainly: green. Hex color #869F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869F8D is #796072. Grayscale: #959595. Windows color (decimal): -7954547 or 9281414. OLE color: 9281414.
HSL color Cylindrical-coordinate representation of color #869F8D: hue angle of 136.8º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #869F8D is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 159 | 141 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.38 |
| HSL | 136.8º | 0.12% | 0.57% | - |
| HSV(B) | 136.8º | 0.16% | 0.62% | - |
| XYZ | 27.04 | 31.79 | 29.91 | - |
| YUV | 149.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 141 | 0.16 | 0 | 0.11 | 0.38 | 136.8 | 0.12 | 0.57 |
| Hex | 86 | 9F | 8D | 10 | 0 | B | 26 | 89 | C | 39 |
| Octal | 206 | 237 | 215 | 20 | 0 | 13 | 46 | 211 | 14 | 71 |
| Binary | 10000110 | 10011111 | 10001101 | 10000 | 0 | 1011 | 100110 | 10001001 | 1100 | 111001 |
Color Harmonies of #869F8D
Complementary color
Monochromatic Colors of #869F8D
Black with #869F8D
Text Example
Text Example
White with #869F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869F8D; }
p { color: rgb(134,159,141); }
H1.HeaderClassName
{
color: #869F8D;
}
.AnyTagClassName
{
color: #869F8D;
}
</style>
background-color css
<style>
a { background-color: #869F8D; }
a { background-color: rgb(134,159,141); }
div.DivClassName
{
background-color: #869F8D;
}
.BgClassName
{
background-color: #869F8D;
}
</style>
border-color css
<style>
span { border-color: #869F8D; }
span { border-color: rgb(134,159,141); }
td.TdClassName
{
border-color: #869F8D;
}
.TagClassName
{
border-color: #869F8D;
}
</style>