Shades of Envy #8B9E8F
Tints of Envy #8B9E8F
RGB
CMYK
RGB Variations
Color information
#8B9E8F (or 0x8B9E8F) is known color: Envy. HEX triplet: 8B, 9E and 8F. RGB value is (139,158,143). Sum of RGB (Red+Green+Blue) = 139+158+143=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 158 - color contains mainly: green. Hex color #8B9E8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9E8F is #746170. Grayscale: #969696. Windows color (decimal): -7627121 or 9412235. OLE color: 9412235.
HSL color Cylindrical-coordinate representation of color #8B9E8F: hue angle of 132.63º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B9E8F is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 158 | 143 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.38 |
| HSL | 132.63º | 0.09% | 0.58% | - |
| HSV(B) | 132.63º | 0.12% | 0.62% | - |
| XYZ | 27.83 | 31.93 | 30.68 | - |
| YUV | 150.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 158 | 143 | 0.12 | 0 | 0.09 | 0.38 | 132.63 | 0.09 | 0.58 |
| Hex | 8B | 9E | 8F | C | 0 | 9 | 26 | 85 | 9 | 3A |
| Octal | 213 | 236 | 217 | 14 | 0 | 11 | 46 | 205 | 11 | 72 |
| Binary | 10001011 | 10011110 | 10001111 | 1100 | 0 | 1001 | 100110 | 10000101 | 1001 | 111010 |
Color Harmonies of #8B9E8F
Complementary color
Monochromatic Colors of #8B9E8F
Black with #8B9E8F
Text Example
Text Example
White with #8B9E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9E8F; }
p { color: rgb(139,158,143); }
H1.HeaderClassName
{
color: #8B9E8F;
}
.AnyTagClassName
{
color: #8B9E8F;
}
</style>
background-color css
<style>
a { background-color: #8B9E8F; }
a { background-color: rgb(139,158,143); }
div.DivClassName
{
background-color: #8B9E8F;
}
.BgClassName
{
background-color: #8B9E8F;
}
</style>
border-color css
<style>
span { border-color: #8B9E8F; }
span { border-color: rgb(139,158,143); }
td.TdClassName
{
border-color: #8B9E8F;
}
.TagClassName
{
border-color: #8B9E8F;
}
</style>