Shades of Envy #8FA493
Tints of Envy #8FA493
RGB
CMYK
RGB Variations
Color information
#8FA493 (or 0x8FA493) is known color: Envy. HEX triplet: 8F, A4 and 93. RGB value is (143,164,147). Sum of RGB (Red+Green+Blue) = 143+164+147=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA493 is #705B6C. Grayscale: #9B9B9B. Windows color (decimal): -7363437 or 9675919. OLE color: 9675919.
HSL color Cylindrical-coordinate representation of color #8FA493: hue angle of 131.43º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8FA493 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 164 | 147 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.36 |
| HSL | 131.43º | 0.1% | 0.6% | - |
| HSV(B) | 131.43º | 0.13% | 0.64% | - |
| XYZ | 29.87 | 34.5 | 32.69 | - |
| YUV | 155.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 147 | 0.13 | 0 | 0.10 | 0.36 | 131.43 | 0.1 | 0.6 |
| Hex | 8F | A4 | 93 | D | 0 | A | 24 | 83 | A | 3C |
| Octal | 217 | 244 | 223 | 15 | 0 | 12 | 44 | 203 | 12 | 74 |
| Binary | 10001111 | 10100100 | 10010011 | 1101 | 0 | 1010 | 100100 | 10000011 | 1010 | 111100 |
Color Harmonies of #8FA493
Complementary color
Monochromatic Colors of #8FA493
Black with #8FA493
Text Example
Text Example
White with #8FA493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA493; }
p { color: rgb(143,164,147); }
H1.HeaderClassName
{
color: #8FA493;
}
.AnyTagClassName
{
color: #8FA493;
}
</style>
background-color css
<style>
a { background-color: #8FA493; }
a { background-color: rgb(143,164,147); }
div.DivClassName
{
background-color: #8FA493;
}
.BgClassName
{
background-color: #8FA493;
}
</style>
border-color css
<style>
span { border-color: #8FA493; }
span { border-color: rgb(143,164,147); }
td.TdClassName
{
border-color: #8FA493;
}
.TagClassName
{
border-color: #8FA493;
}
</style>