Shades of Envy #8C908D
Tints of Envy #8C908D
RGB
CMYK
RGB Variations
Color information
#8C908D (or 0x8C908D) is known color: Envy. HEX triplet: 8C, 90 and 8D. RGB value is (140,144,141). Sum of RGB (Red+Green+Blue) = 140+144+141=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 144 - color contains mainly: green. Hex color #8C908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C908D is #736F72. Grayscale: #8E8E8E. Windows color (decimal): -7565171 or 9277580. OLE color: 9277580.
HSL color Cylindrical-coordinate representation of color #8C908D: hue angle of 135º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8C908D is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
RGB | 140 | 144 | 141 | - |
CMYK | 0.03 | 0 | 0.02 | 0.44 |
HSL | 135º | 0.02% | 0.56% | - |
HSV(B) | 135º | 0.03% | 0.56% | - |
XYZ | 25.6 | 27.45 | 29.15 | - |
YUV | 142.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 144 | 141 | 0.03 | 0 | 0.02 | 0.44 | 135 | 0.02 | 0.56 |
Hex | 8C | 90 | 8D | 3 | 0 | 2 | 2C | 87 | 2 | 38 |
Octal | 214 | 220 | 215 | 3 | 0 | 2 | 54 | 207 | 2 | 70 |
Binary | 10001100 | 10010000 | 10001101 | 11 | 0 | 10 | 101100 | 10000111 | 10 | 111000 |
Color Harmonies of #8C908D
Complementary color
Monochromatic Colors of #8C908D
Black with #8C908D
Text Example
Text Example
White with #8C908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C908D; }
p { color: rgb(140,144,141); }
H1.HeaderClassName
{
color: #8C908D;
}
.AnyTagClassName
{
color: #8C908D;
}
</style>
background-color css
<style>
a { background-color: #8C908D; }
a { background-color: rgb(140,144,141); }
div.DivClassName
{
background-color: #8C908D;
}
.BgClassName
{
background-color: #8C908D;
}
</style>
border-color css
<style>
span { border-color: #8C908D; }
span { border-color: rgb(140,144,141); }
td.TdClassName
{
border-color: #8C908D;
}
.TagClassName
{
border-color: #8C908D;
}
</style>