Shades of Envy #8B988E
Tints of Envy #8B988E
RGB
CMYK
RGB Variations
Color information
#8B988E (or 0x8B988E) is known color: Envy. HEX triplet: 8B, 98 and 8E. RGB value is (139,152,142). Sum of RGB (Red+Green+Blue) = 139+152+142=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 152 - color contains mainly: green. Hex color #8B988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B988E is #746771. Grayscale: #939393. Windows color (decimal): -7628658 or 9345163. OLE color: 9345163.
HSL color Cylindrical-coordinate representation of color #8B988E: hue angle of 133.85º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B988E is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 152 | 142 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.40 |
| HSL | 133.85º | 0.06% | 0.57% | - |
| HSV(B) | 133.85º | 0.09% | 0.6% | - |
| XYZ | 26.76 | 29.9 | 29.95 | - |
| YUV | 146.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 152 | 142 | 0.09 | 0 | 0.07 | 0.40 | 133.85 | 0.06 | 0.57 |
| Hex | 8B | 98 | 8E | 9 | 0 | 7 | 28 | 86 | 6 | 39 |
| Octal | 213 | 230 | 216 | 11 | 0 | 7 | 50 | 206 | 6 | 71 |
| Binary | 10001011 | 10011000 | 10001110 | 1001 | 0 | 111 | 101000 | 10000110 | 110 | 111001 |
Color Harmonies of #8B988E
Complementary color
Monochromatic Colors of #8B988E
Black with #8B988E
Text Example
Text Example
White with #8B988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B988E; }
p { color: rgb(139,152,142); }
H1.HeaderClassName
{
color: #8B988E;
}
.AnyTagClassName
{
color: #8B988E;
}
</style>
background-color css
<style>
a { background-color: #8B988E; }
a { background-color: rgb(139,152,142); }
div.DivClassName
{
background-color: #8B988E;
}
.BgClassName
{
background-color: #8B988E;
}
</style>
border-color css
<style>
span { border-color: #8B988E; }
span { border-color: rgb(139,152,142); }
td.TdClassName
{
border-color: #8B988E;
}
.TagClassName
{
border-color: #8B988E;
}
</style>