Shades of Stack #8E938D
Tints of Stack #8E938D
RGB
CMYK
RGB Variations
Color information
#8E938D (or 0x8E938D) is known color: Stack. HEX triplet: 8E, 93 and 8D. RGB value is (142,147,141). Sum of RGB (Red+Green+Blue) = 142+147+141=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 147 - color contains mainly: green. Hex color #8E938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E938D is #716C72. Grayscale: #909090. Windows color (decimal): -7433331 or 9278350. OLE color: 9278350.
HSL color Cylindrical-coordinate representation of color #8E938D: hue angle of 110º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8E938D is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 147 | 141 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.42 |
| HSL | 110º | 0.03% | 0.56% | - |
| HSV(B) | 110º | 0.04% | 0.58% | - |
| XYZ | 26.4 | 28.54 | 29.32 | - |
| YUV | 144.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 141 | 0.03 | 0 | 0.04 | 0.42 | 110 | 0.03 | 0.56 |
| Hex | 8E | 93 | 8D | 3 | 0 | 4 | 2A | 6E | 3 | 38 |
| Octal | 216 | 223 | 215 | 3 | 0 | 4 | 52 | 156 | 3 | 70 |
| Binary | 10001110 | 10010011 | 10001101 | 11 | 0 | 100 | 101010 | 1101110 | 11 | 111000 |
Color Harmonies of #8E938D
Complementary color
Monochromatic Colors of #8E938D
Black with #8E938D
Text Example
Text Example
White with #8E938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E938D; }
p { color: rgb(142,147,141); }
H1.HeaderClassName
{
color: #8E938D;
}
.AnyTagClassName
{
color: #8E938D;
}
</style>
background-color css
<style>
a { background-color: #8E938D; }
a { background-color: rgb(142,147,141); }
div.DivClassName
{
background-color: #8E938D;
}
.BgClassName
{
background-color: #8E938D;
}
</style>
border-color css
<style>
span { border-color: #8E938D; }
span { border-color: rgb(142,147,141); }
td.TdClassName
{
border-color: #8E938D;
}
.TagClassName
{
border-color: #8E938D;
}
</style>