Shades of Envy #869D8D
Tints of Envy #869D8D
RGB
CMYK
RGB Variations
Color information
#869D8D (or 0x869D8D) is known color: Envy. HEX triplet: 86, 9D and 8D. RGB value is (134,157,141). Sum of RGB (Red+Green+Blue) = 134+157+141=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 157 - color contains mainly: green. Hex color #869D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869D8D is #796272. Grayscale: #949494. Windows color (decimal): -7955059 or 9280902. OLE color: 9280902.
HSL color Cylindrical-coordinate representation of color #869D8D: hue angle of 138.26º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #869D8D is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 157 | 141 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.38 |
| HSL | 138.26º | 0.11% | 0.57% | - |
| HSV(B) | 138.26º | 0.15% | 0.62% | - |
| XYZ | 26.7 | 31.11 | 29.8 | - |
| YUV | 148.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 141 | 0.15 | 0 | 0.10 | 0.38 | 138.26 | 0.11 | 0.57 |
| Hex | 86 | 9D | 8D | F | 0 | A | 26 | 8A | B | 39 |
| Octal | 206 | 235 | 215 | 17 | 0 | 12 | 46 | 212 | 13 | 71 |
| Binary | 10000110 | 10011101 | 10001101 | 1111 | 0 | 1010 | 100110 | 10001010 | 1011 | 111001 |
Color Harmonies of #869D8D
Complementary color
Monochromatic Colors of #869D8D
Black with #869D8D
Text Example
Text Example
White with #869D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869D8D; }
p { color: rgb(134,157,141); }
H1.HeaderClassName
{
color: #869D8D;
}
.AnyTagClassName
{
color: #869D8D;
}
</style>
background-color css
<style>
a { background-color: #869D8D; }
a { background-color: rgb(134,157,141); }
div.DivClassName
{
background-color: #869D8D;
}
.BgClassName
{
background-color: #869D8D;
}
</style>
border-color css
<style>
span { border-color: #869D8D; }
span { border-color: rgb(134,157,141); }
td.TdClassName
{
border-color: #869D8D;
}
.TagClassName
{
border-color: #869D8D;
}
</style>