Shades of Envy #8B9D8E
Tints of Envy #8B9D8E
RGB
CMYK
RGB Variations
Color information
#8B9D8E (or 0x8B9D8E) is known color: Envy. HEX triplet: 8B, 9D and 8E. RGB value is (139,157,142). Sum of RGB (Red+Green+Blue) = 139+157+142=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 157 - color contains mainly: green. Hex color #8B9D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9D8E is #746271. Grayscale: #959595. Windows color (decimal): -7627378 or 9346443. OLE color: 9346443.
HSL color Cylindrical-coordinate representation of color #8B9D8E: hue angle of 130º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B9D8E is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 157 | 142 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.38 |
| HSL | 130º | 0.08% | 0.58% | - |
| HSV(B) | 130º | 0.11% | 0.62% | - |
| XYZ | 27.59 | 31.56 | 30.23 | - |
| YUV | 149.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 157 | 142 | 0.11 | 0 | 0.10 | 0.38 | 130 | 0.08 | 0.58 |
| Hex | 8B | 9D | 8E | B | 0 | A | 26 | 82 | 8 | 3A |
| Octal | 213 | 235 | 216 | 13 | 0 | 12 | 46 | 202 | 10 | 72 |
| Binary | 10001011 | 10011101 | 10001110 | 1011 | 0 | 1010 | 100110 | 10000010 | 1000 | 111010 |
Color Harmonies of #8B9D8E
Complementary color
Monochromatic Colors of #8B9D8E
Black with #8B9D8E
Text Example
Text Example
White with #8B9D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9D8E; }
p { color: rgb(139,157,142); }
H1.HeaderClassName
{
color: #8B9D8E;
}
.AnyTagClassName
{
color: #8B9D8E;
}
</style>
background-color css
<style>
a { background-color: #8B9D8E; }
a { background-color: rgb(139,157,142); }
div.DivClassName
{
background-color: #8B9D8E;
}
.BgClassName
{
background-color: #8B9D8E;
}
</style>
border-color css
<style>
span { border-color: #8B9D8E; }
span { border-color: rgb(139,157,142); }
td.TdClassName
{
border-color: #8B9D8E;
}
.TagClassName
{
border-color: #8B9D8E;
}
</style>