Shades of Envy #869A8B
Tints of Envy #869A8B
RGB
CMYK
RGB Variations
Color information
#869A8B (or 0x869A8B) is known color: Envy. HEX triplet: 86, 9A and 8B. RGB value is (134,154,139). Sum of RGB (Red+Green+Blue) = 134+154+139=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 154 - color contains mainly: green. Hex color #869A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869A8B is #796574. Grayscale: #929292. Windows color (decimal): -7955829 or 9149062. OLE color: 9149062.
HSL color Cylindrical-coordinate representation of color #869A8B: hue angle of 135º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #869A8B is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 154 | 139 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.40 |
| HSL | 135º | 0.09% | 0.56% | - |
| HSV(B) | 135º | 0.13% | 0.6% | - |
| XYZ | 26.05 | 30.04 | 28.85 | - |
| YUV | 146.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 154 | 139 | 0.13 | 0 | 0.10 | 0.40 | 135 | 0.09 | 0.56 |
| Hex | 86 | 9A | 8B | D | 0 | A | 28 | 87 | 9 | 38 |
| Octal | 206 | 232 | 213 | 15 | 0 | 12 | 50 | 207 | 11 | 70 |
| Binary | 10000110 | 10011010 | 10001011 | 1101 | 0 | 1010 | 101000 | 10000111 | 1001 | 111000 |
Color Harmonies of #869A8B
Complementary color
Monochromatic Colors of #869A8B
Black with #869A8B
Text Example
Text Example
White with #869A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869A8B; }
p { color: rgb(134,154,139); }
H1.HeaderClassName
{
color: #869A8B;
}
.AnyTagClassName
{
color: #869A8B;
}
</style>
background-color css
<style>
a { background-color: #869A8B; }
a { background-color: rgb(134,154,139); }
div.DivClassName
{
background-color: #869A8B;
}
.BgClassName
{
background-color: #869A8B;
}
</style>
border-color css
<style>
span { border-color: #869A8B; }
span { border-color: rgb(134,154,139); }
td.TdClassName
{
border-color: #869A8B;
}
.TagClassName
{
border-color: #869A8B;
}
</style>