Shades of Amethyst Smoke #8C858D
Tints of Amethyst Smoke #8C858D
RGB
CMYK
RGB Variations
Color information
#8C858D (or 0x8C858D) is known color: Amethyst Smoke. HEX triplet: 8C, 85 and 8D. RGB value is (140,133,141). Sum of RGB (Red+Green+Blue) = 140+133+141=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C858D is #737A72. Grayscale: #878787. Windows color (decimal): -7567987 or 9274764. OLE color: 9274764.
HSL color Cylindrical-coordinate representation of color #8C858D: hue angle of 292.5º degrees, saturation: 0.03, 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 #8C858D is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 140 | 133 | 141 | - |
CMYK | 0.01 | 0.06 | 0 | 0.45 |
HSL | 292.5º | 0.03% | 0.54% | - |
HSV(B) | 292.5º | 0.06% | 0.55% | - |
XYZ | 24.01 | 24.27 | 28.62 | - |
YUV | 136.01 | 130.82 | 130.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 133 | 141 | 0.01 | 0.06 | 0 | 0.45 | 292.5 | 0.03 | 0.54 |
Hex | 8C | 85 | 8D | 1 | 6 | 0 | 2D | 124 | 3 | 36 |
Octal | 214 | 205 | 215 | 1 | 6 | 0 | 55 | 444 | 3 | 66 |
Binary | 10001100 | 10000101 | 10001101 | 1 | 110 | 0 | 101101 | 100100100 | 11 | 110110 |
Color Harmonies of #8C858D
Complementary color
Monochromatic Colors of #8C858D
Black with #8C858D
Text Example
Text Example
White with #8C858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C858D; }
p { color: rgb(140,133,141); }
H1.HeaderClassName
{
color: #8C858D;
}
.AnyTagClassName
{
color: #8C858D;
}
</style>
background-color css
<style>
a { background-color: #8C858D; }
a { background-color: rgb(140,133,141); }
div.DivClassName
{
background-color: #8C858D;
}
.BgClassName
{
background-color: #8C858D;
}
</style>
border-color css
<style>
span { border-color: #8C858D; }
span { border-color: rgb(140,133,141); }
td.TdClassName
{
border-color: #8C858D;
}
.TagClassName
{
border-color: #8C858D;
}
</style>