Shades of Amethyst Smoke #8C868E
Tints of Amethyst Smoke #8C868E
RGB
CMYK
RGB Variations
Color information
#8C868E (or 0x8C868E) is known color: Amethyst Smoke. HEX triplet: 8C, 86 and 8E. RGB value is (140,134,142). Sum of RGB (Red+Green+Blue) = 140+134+142=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C868E is #737971. Grayscale: #888888. Windows color (decimal): -7567730 or 9340556. OLE color: 9340556.
HSL color Cylindrical-coordinate representation of color #8C868E: hue angle of 285º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C868E is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 134 | 142 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.44 |
| HSL | 285º | 0.03% | 0.54% | - |
| HSV(B) | 285º | 0.06% | 0.56% | - |
| XYZ | 24.22 | 24.58 | 29.06 | - |
| YUV | 136.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 142 | 0.01 | 0.06 | 0 | 0.44 | 285 | 0.03 | 0.54 |
| Hex | 8C | 86 | 8E | 1 | 6 | 0 | 2C | 11D | 3 | 36 |
| Octal | 214 | 206 | 216 | 1 | 6 | 0 | 54 | 435 | 3 | 66 |
| Binary | 10001100 | 10000110 | 10001110 | 1 | 110 | 0 | 101100 | 100011101 | 11 | 110110 |
Color Harmonies of #8C868E
Complementary color
Monochromatic Colors of #8C868E
Black with #8C868E
Text Example
Text Example
White with #8C868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C868E; }
p { color: rgb(140,134,142); }
H1.HeaderClassName
{
color: #8C868E;
}
.AnyTagClassName
{
color: #8C868E;
}
</style>
background-color css
<style>
a { background-color: #8C868E; }
a { background-color: rgb(140,134,142); }
div.DivClassName
{
background-color: #8C868E;
}
.BgClassName
{
background-color: #8C868E;
}
</style>
border-color css
<style>
span { border-color: #8C868E; }
span { border-color: rgb(140,134,142); }
td.TdClassName
{
border-color: #8C868E;
}
.TagClassName
{
border-color: #8C868E;
}
</style>