Shades of Envy #8DA893
Tints of Envy #8DA893
RGB
CMYK
RGB Variations
Color information
#8DA893 (or 0x8DA893) is known color: Envy. HEX triplet: 8D, A8 and 93. RGB value is (141,168,147). Sum of RGB (Red+Green+Blue) = 141+168+147=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA893 is #72576C. Grayscale: #9D9D9D. Windows color (decimal): -7493485 or 9676941. OLE color: 9676941.
HSL color Cylindrical-coordinate representation of color #8DA893: hue angle of 133.33º 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 #8DA893 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 168 | 147 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.34 |
| HSL | 133.33º | 0.13% | 0.61% | - |
| HSV(B) | 133.33º | 0.16% | 0.66% | - |
| XYZ | 30.25 | 35.77 | 32.91 | - |
| YUV | 157.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 147 | 0.16 | 0 | 0.13 | 0.34 | 133.33 | 0.13 | 0.61 |
| Hex | 8D | A8 | 93 | 10 | 0 | D | 22 | 85 | D | 3D |
| Octal | 215 | 250 | 223 | 20 | 0 | 15 | 42 | 205 | 15 | 75 |
| Binary | 10001101 | 10101000 | 10010011 | 10000 | 0 | 1101 | 100010 | 10000101 | 1101 | 111101 |
Color Harmonies of #8DA893
Complementary color
Monochromatic Colors of #8DA893
Black with #8DA893
Text Example
Text Example
White with #8DA893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA893; }
p { color: rgb(141,168,147); }
H1.HeaderClassName
{
color: #8DA893;
}
.AnyTagClassName
{
color: #8DA893;
}
</style>
background-color css
<style>
a { background-color: #8DA893; }
a { background-color: rgb(141,168,147); }
div.DivClassName
{
background-color: #8DA893;
}
.BgClassName
{
background-color: #8DA893;
}
</style>
border-color css
<style>
span { border-color: #8DA893; }
span { border-color: rgb(141,168,147); }
td.TdClassName
{
border-color: #8DA893;
}
.TagClassName
{
border-color: #8DA893;
}
</style>