Shades of Envy #8FA293
Tints of Envy #8FA293
RGB
CMYK
RGB Variations
Color information
#8FA293 (or 0x8FA293) is known color: Envy. HEX triplet: 8F, A2 and 93. RGB value is (143,162,147). Sum of RGB (Red+Green+Blue) = 143+162+147=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA293 is #705D6C. Grayscale: #9A9A9A. Windows color (decimal): -7363949 or 9675407. OLE color: 9675407.
HSL color Cylindrical-coordinate representation of color #8FA293: hue angle of 132.63º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8FA293 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 162 | 147 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.36 |
| HSL | 132.63º | 0.09% | 0.6% | - |
| HSV(B) | 132.63º | 0.12% | 0.64% | - |
| XYZ | 29.51 | 33.79 | 32.57 | - |
| YUV | 154.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 162 | 147 | 0.12 | 0 | 0.09 | 0.36 | 132.63 | 0.09 | 0.6 |
| Hex | 8F | A2 | 93 | C | 0 | 9 | 24 | 85 | 9 | 3C |
| Octal | 217 | 242 | 223 | 14 | 0 | 11 | 44 | 205 | 11 | 74 |
| Binary | 10001111 | 10100010 | 10010011 | 1100 | 0 | 1001 | 100100 | 10000101 | 1001 | 111100 |
Color Harmonies of #8FA293
Complementary color
Monochromatic Colors of #8FA293
Black with #8FA293
Text Example
Text Example
White with #8FA293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA293; }
p { color: rgb(143,162,147); }
H1.HeaderClassName
{
color: #8FA293;
}
.AnyTagClassName
{
color: #8FA293;
}
</style>
background-color css
<style>
a { background-color: #8FA293; }
a { background-color: rgb(143,162,147); }
div.DivClassName
{
background-color: #8FA293;
}
.BgClassName
{
background-color: #8FA293;
}
</style>
border-color css
<style>
span { border-color: #8FA293; }
span { border-color: rgb(143,162,147); }
td.TdClassName
{
border-color: #8FA293;
}
.TagClassName
{
border-color: #8FA293;
}
</style>