Shades of Envy #8A938C
Tints of Envy #8A938C
RGB
CMYK
RGB Variations
Color information
#8A938C (or 0x8A938C) is known color: Envy. HEX triplet: 8A, 93 and 8C. RGB value is (138,147,140). Sum of RGB (Red+Green+Blue) = 138+147+140=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 147 - color contains mainly: green. Hex color #8A938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A938C is #756C73. Grayscale: #8F8F8F. Windows color (decimal): -7695476 or 9212810. OLE color: 9212810.
HSL color Cylindrical-coordinate representation of color #8A938C: hue angle of 133.33º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8A938C is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 147 | 140 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.42 |
| HSL | 133.33º | 0.04% | 0.56% | - |
| HSV(B) | 133.33º | 0.06% | 0.58% | - |
| XYZ | 25.65 | 28.16 | 28.9 | - |
| YUV | 143.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 140 | 0.06 | 0 | 0.05 | 0.42 | 133.33 | 0.04 | 0.56 |
| Hex | 8A | 93 | 8C | 6 | 0 | 5 | 2A | 85 | 4 | 38 |
| Octal | 212 | 223 | 214 | 6 | 0 | 5 | 52 | 205 | 4 | 70 |
| Binary | 10001010 | 10010011 | 10001100 | 110 | 0 | 101 | 101010 | 10000101 | 100 | 111000 |
Color Harmonies of #8A938C
Complementary color
Monochromatic Colors of #8A938C
Black with #8A938C
Text Example
Text Example
White with #8A938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A938C; }
p { color: rgb(138,147,140); }
H1.HeaderClassName
{
color: #8A938C;
}
.AnyTagClassName
{
color: #8A938C;
}
</style>
background-color css
<style>
a { background-color: #8A938C; }
a { background-color: rgb(138,147,140); }
div.DivClassName
{
background-color: #8A938C;
}
.BgClassName
{
background-color: #8A938C;
}
</style>
border-color css
<style>
span { border-color: #8A938C; }
span { border-color: rgb(138,147,140); }
td.TdClassName
{
border-color: #8A938C;
}
.TagClassName
{
border-color: #8A938C;
}
</style>