Shades of Amethyst Smoke #8E878F
Tints of Amethyst Smoke #8E878F
RGB
CMYK
RGB Variations
Color information
#8E878F (or 0x8E878F) is known color: Amethyst Smoke. HEX triplet: 8E, 87 and 8F. RGB value is (142,135,143). Sum of RGB (Red+Green+Blue) = 142+135+143=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 143 - color contains mainly: blue. Hex color #8E878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E878F is #717870. Grayscale: #898989. Windows color (decimal): -7436401 or 9406350. OLE color: 9406350.
HSL color Cylindrical-coordinate representation of color #8E878F: hue angle of 292.5º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8E878F is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 135 | 143 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.44 |
| HSL | 292.5º | 0.03% | 0.55% | - |
| HSV(B) | 292.5º | 0.06% | 0.56% | - |
| XYZ | 24.78 | 25.06 | 29.52 | - |
| YUV | 138.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 135 | 143 | 0.01 | 0.06 | 0 | 0.44 | 292.5 | 0.03 | 0.55 |
| Hex | 8E | 87 | 8F | 1 | 6 | 0 | 2C | 124 | 3 | 37 |
| Octal | 216 | 207 | 217 | 1 | 6 | 0 | 54 | 444 | 3 | 67 |
| Binary | 10001110 | 10000111 | 10001111 | 1 | 110 | 0 | 101100 | 100100100 | 11 | 110111 |
Color Harmonies of #8E878F
Complementary color
Monochromatic Colors of #8E878F
Black with #8E878F
Text Example
Text Example
White with #8E878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E878F; }
p { color: rgb(142,135,143); }
H1.HeaderClassName
{
color: #8E878F;
}
.AnyTagClassName
{
color: #8E878F;
}
</style>
background-color css
<style>
a { background-color: #8E878F; }
a { background-color: rgb(142,135,143); }
div.DivClassName
{
background-color: #8E878F;
}
.BgClassName
{
background-color: #8E878F;
}
</style>
border-color css
<style>
span { border-color: #8E878F; }
span { border-color: rgb(142,135,143); }
td.TdClassName
{
border-color: #8E878F;
}
.TagClassName
{
border-color: #8E878F;
}
</style>