Shades of Envy #8BA894
Tints of Envy #8BA894
RGB
CMYK
RGB Variations
Color information
#8BA894 (or 0x8BA894) is known color: Envy. HEX triplet: 8B, A8 and 94. RGB value is (139,168,148). Sum of RGB (Red+Green+Blue) = 139+168+148=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA894 is #74576B. Grayscale: #9D9D9D. Windows color (decimal): -7624556 or 9742475. OLE color: 9742475.
HSL color Cylindrical-coordinate representation of color #8BA894: hue angle of 138.62º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8BA894 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 168 | 148 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.34 |
| HSL | 138.62º | 0.14% | 0.6% | - |
| HSV(B) | 138.62º | 0.17% | 0.66% | - |
| XYZ | 30 | 35.63 | 33.31 | - |
| YUV | 157.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 148 | 0.17 | 0 | 0.12 | 0.34 | 138.62 | 0.14 | 0.6 |
| Hex | 8B | A8 | 94 | 11 | 0 | C | 22 | 8B | E | 3C |
| Octal | 213 | 250 | 224 | 21 | 0 | 14 | 42 | 213 | 16 | 74 |
| Binary | 10001011 | 10101000 | 10010100 | 10001 | 0 | 1100 | 100010 | 10001011 | 1110 | 111100 |
Color Harmonies of #8BA894
Complementary color
Monochromatic Colors of #8BA894
Black with #8BA894
Text Example
Text Example
White with #8BA894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA894; }
p { color: rgb(139,168,148); }
H1.HeaderClassName
{
color: #8BA894;
}
.AnyTagClassName
{
color: #8BA894;
}
</style>
background-color css
<style>
a { background-color: #8BA894; }
a { background-color: rgb(139,168,148); }
div.DivClassName
{
background-color: #8BA894;
}
.BgClassName
{
background-color: #8BA894;
}
</style>
border-color css
<style>
span { border-color: #8BA894; }
span { border-color: rgb(139,168,148); }
td.TdClassName
{
border-color: #8BA894;
}
.TagClassName
{
border-color: #8BA894;
}
</style>