Shades of Amethyst Smoke #8C878E
Tints of Amethyst Smoke #8C878E
RGB
CMYK
RGB Variations
Color information
#8C878E (or 0x8C878E) is known color: Amethyst Smoke. HEX triplet: 8C, 87 and 8E. RGB value is (140,135,142). Sum of RGB (Red+Green+Blue) = 140+135+142=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C878E is #737871. Grayscale: #898989. Windows color (decimal): -7567474 or 9340812. OLE color: 9340812.
HSL color Cylindrical-coordinate representation of color #8C878E: hue angle of 282.86º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8C878E is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 135 | 142 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.44 |
| HSL | 282.86º | 0.03% | 0.54% | - |
| HSV(B) | 282.86º | 0.05% | 0.56% | - |
| XYZ | 24.36 | 24.86 | 29.1 | - |
| YUV | 137.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 142 | 0.01 | 0.05 | 0 | 0.44 | 282.86 | 0.03 | 0.54 |
| Hex | 8C | 87 | 8E | 1 | 5 | 0 | 2C | 11B | 3 | 36 |
| Octal | 214 | 207 | 216 | 1 | 5 | 0 | 54 | 433 | 3 | 66 |
| Binary | 10001100 | 10000111 | 10001110 | 1 | 101 | 0 | 101100 | 100011011 | 11 | 110110 |
Color Harmonies of #8C878E
Complementary color
Monochromatic Colors of #8C878E
Black with #8C878E
Text Example
Text Example
White with #8C878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C878E; }
p { color: rgb(140,135,142); }
H1.HeaderClassName
{
color: #8C878E;
}
.AnyTagClassName
{
color: #8C878E;
}
</style>
background-color css
<style>
a { background-color: #8C878E; }
a { background-color: rgb(140,135,142); }
div.DivClassName
{
background-color: #8C878E;
}
.BgClassName
{
background-color: #8C878E;
}
</style>
border-color css
<style>
span { border-color: #8C878E; }
span { border-color: rgb(140,135,142); }
td.TdClassName
{
border-color: #8C878E;
}
.TagClassName
{
border-color: #8C878E;
}
</style>