Shades of Envy #8CA892
Tints of Envy #8CA892
RGB
CMYK
RGB Variations
Color information
#8CA892 (or 0x8CA892) is known color: Envy. HEX triplet: 8C, A8 and 92. RGB value is (140,168,146). Sum of RGB (Red+Green+Blue) = 140+168+146=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA892 is #73576D. Grayscale: #9D9D9D. Windows color (decimal): -7559022 or 9611404. OLE color: 9611404.
HSL color Cylindrical-coordinate representation of color #8CA892: hue angle of 132.86º 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 #8CA892 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 168 | 146 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.34 |
| HSL | 132.86º | 0.14% | 0.6% | - |
| HSV(B) | 132.86º | 0.17% | 0.66% | - |
| XYZ | 30.01 | 35.66 | 32.49 | - |
| YUV | 157.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 146 | 0.17 | 0 | 0.13 | 0.34 | 132.86 | 0.14 | 0.6 |
| Hex | 8C | A8 | 92 | 11 | 0 | D | 22 | 85 | E | 3C |
| Octal | 214 | 250 | 222 | 21 | 0 | 15 | 42 | 205 | 16 | 74 |
| Binary | 10001100 | 10101000 | 10010010 | 10001 | 0 | 1101 | 100010 | 10000101 | 1110 | 111100 |
Color Harmonies of #8CA892
Complementary color
Monochromatic Colors of #8CA892
Black with #8CA892
Text Example
Text Example
White with #8CA892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA892; }
p { color: rgb(140,168,146); }
H1.HeaderClassName
{
color: #8CA892;
}
.AnyTagClassName
{
color: #8CA892;
}
</style>
background-color css
<style>
a { background-color: #8CA892; }
a { background-color: rgb(140,168,146); }
div.DivClassName
{
background-color: #8CA892;
}
.BgClassName
{
background-color: #8CA892;
}
</style>
border-color css
<style>
span { border-color: #8CA892; }
span { border-color: rgb(140,168,146); }
td.TdClassName
{
border-color: #8CA892;
}
.TagClassName
{
border-color: #8CA892;
}
</style>