Shades of Envy #8DA894
Tints of Envy #8DA894
RGB
CMYK
RGB Variations
Color information
#8DA894 (or 0x8DA894) is known color: Envy. HEX triplet: 8D, A8 and 94. RGB value is (141,168,148). Sum of RGB (Red+Green+Blue) = 141+168+148=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA894 is #72576B. Grayscale: #9D9D9D. Windows color (decimal): -7493484 or 9742477. OLE color: 9742477.
HSL color Cylindrical-coordinate representation of color #8DA894: hue angle of 135.56º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8DA894 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 168 | 148 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.34 |
| HSL | 135.56º | 0.13% | 0.61% | - |
| HSV(B) | 135.56º | 0.16% | 0.66% | - |
| XYZ | 30.33 | 35.81 | 33.33 | - |
| YUV | 157.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 148 | 0.16 | 0 | 0.12 | 0.34 | 135.56 | 0.13 | 0.61 |
| Hex | 8D | A8 | 94 | 10 | 0 | C | 22 | 88 | D | 3D |
| Octal | 215 | 250 | 224 | 20 | 0 | 14 | 42 | 210 | 15 | 75 |
| Binary | 10001101 | 10101000 | 10010100 | 10000 | 0 | 1100 | 100010 | 10001000 | 1101 | 111101 |
Color Harmonies of #8DA894
Complementary color
Monochromatic Colors of #8DA894
Black with #8DA894
Text Example
Text Example
White with #8DA894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA894; }
p { color: rgb(141,168,148); }
H1.HeaderClassName
{
color: #8DA894;
}
.AnyTagClassName
{
color: #8DA894;
}
</style>
background-color css
<style>
a { background-color: #8DA894; }
a { background-color: rgb(141,168,148); }
div.DivClassName
{
background-color: #8DA894;
}
.BgClassName
{
background-color: #8DA894;
}
</style>
border-color css
<style>
span { border-color: #8DA894; }
span { border-color: rgb(141,168,148); }
td.TdClassName
{
border-color: #8DA894;
}
.TagClassName
{
border-color: #8DA894;
}
</style>