Shades of Amethyst Smoke #8C848D
Tints of Amethyst Smoke #8C848D
RGB
CMYK
RGB Variations
Color information
#8C848D (or 0x8C848D) is known color: Amethyst Smoke. HEX triplet: 8C, 84 and 8D. RGB value is (140,132,141). Sum of RGB (Red+Green+Blue) = 140+132+141=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C848D is #737B72. Grayscale: #878787. Windows color (decimal): -7568243 or 9274508. OLE color: 9274508.
HSL color Cylindrical-coordinate representation of color #8C848D: hue angle of 293.33º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C848D is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 141 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.45 |
| HSL | 293.33º | 0.04% | 0.54% | - |
| HSV(B) | 293.33º | 0.06% | 0.55% | - |
| XYZ | 23.87 | 24 | 28.57 | - |
| YUV | 135.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 141 | 0.01 | 0.06 | 0 | 0.45 | 293.33 | 0.04 | 0.54 |
| Hex | 8C | 84 | 8D | 1 | 6 | 0 | 2D | 125 | 4 | 36 |
| Octal | 214 | 204 | 215 | 1 | 6 | 0 | 55 | 445 | 4 | 66 |
| Binary | 10001100 | 10000100 | 10001101 | 1 | 110 | 0 | 101101 | 100100101 | 100 | 110110 |
Color Harmonies of #8C848D
Complementary color
Monochromatic Colors of #8C848D
Black with #8C848D
Text Example
Text Example
White with #8C848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C848D; }
p { color: rgb(140,132,141); }
H1.HeaderClassName
{
color: #8C848D;
}
.AnyTagClassName
{
color: #8C848D;
}
</style>
background-color css
<style>
a { background-color: #8C848D; }
a { background-color: rgb(140,132,141); }
div.DivClassName
{
background-color: #8C848D;
}
.BgClassName
{
background-color: #8C848D;
}
</style>
border-color css
<style>
span { border-color: #8C848D; }
span { border-color: rgb(140,132,141); }
td.TdClassName
{
border-color: #8C848D;
}
.TagClassName
{
border-color: #8C848D;
}
</style>