Shades of Amethyst Smoke #8C828E
Tints of Amethyst Smoke #8C828E
RGB
CMYK
RGB Variations
Color information
#8C828E (or 0x8C828E) is known color: Amethyst Smoke. HEX triplet: 8C, 82 and 8E. RGB value is (140,130,142). Sum of RGB (Red+Green+Blue) = 140+130+142=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C828E is #737D71. Grayscale: #868686. Windows color (decimal): -7568754 or 9339532. OLE color: 9339532.
HSL color Cylindrical-coordinate representation of color #8C828E: hue angle of 290º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C828E is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 130 | 142 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.44 |
| HSL | 290º | 0.05% | 0.53% | - |
| HSV(B) | 290º | 0.08% | 0.56% | - |
| XYZ | 23.68 | 23.49 | 28.88 | - |
| YUV | 134.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 142 | 0.01 | 0.08 | 0 | 0.44 | 290 | 0.05 | 0.53 |
| Hex | 8C | 82 | 8E | 1 | 8 | 0 | 2C | 122 | 5 | 35 |
| Octal | 214 | 202 | 216 | 1 | 10 | 0 | 54 | 442 | 5 | 65 |
| Binary | 10001100 | 10000010 | 10001110 | 1 | 1000 | 0 | 101100 | 100100010 | 101 | 110101 |
Color Harmonies of #8C828E
Complementary color
Monochromatic Colors of #8C828E
Black with #8C828E
Text Example
Text Example
White with #8C828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C828E; }
p { color: rgb(140,130,142); }
H1.HeaderClassName
{
color: #8C828E;
}
.AnyTagClassName
{
color: #8C828E;
}
</style>
background-color css
<style>
a { background-color: #8C828E; }
a { background-color: rgb(140,130,142); }
div.DivClassName
{
background-color: #8C828E;
}
.BgClassName
{
background-color: #8C828E;
}
</style>
border-color css
<style>
span { border-color: #8C828E; }
span { border-color: rgb(140,130,142); }
td.TdClassName
{
border-color: #8C828E;
}
.TagClassName
{
border-color: #8C828E;
}
</style>