Shades of Amethyst Smoke #8C898D
Tints of Amethyst Smoke #8C898D
RGB
CMYK
RGB Variations
Color information
#8C898D (or 0x8C898D) is known color: Amethyst Smoke. HEX triplet: 8C, 89 and 8D. RGB value is (140,137,141). Sum of RGB (Red+Green+Blue) = 140+137+141=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C898D is #737672. Grayscale: #8A8A8A. Windows color (decimal): -7566963 or 9275788. OLE color: 9275788.
HSL color Cylindrical-coordinate representation of color #8C898D: hue angle of 285º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8C898D is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 140 | 137 | 141 | - |
CMYK | 0.01 | 0.03 | 0 | 0.45 |
HSL | 285º | 0.02% | 0.55% | - |
HSV(B) | 285º | 0.03% | 0.55% | - |
XYZ | 24.57 | 25.39 | 28.81 | - |
YUV | 138.35 | 129.49 | 129.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 137 | 141 | 0.01 | 0.03 | 0 | 0.45 | 285 | 0.02 | 0.55 |
Hex | 8C | 89 | 8D | 1 | 3 | 0 | 2D | 11D | 2 | 37 |
Octal | 214 | 211 | 215 | 1 | 3 | 0 | 55 | 435 | 2 | 67 |
Binary | 10001100 | 10001001 | 10001101 | 1 | 11 | 0 | 101101 | 100011101 | 10 | 110111 |
Color Harmonies of #8C898D
Complementary color
Monochromatic Colors of #8C898D
Black with #8C898D
Text Example
Text Example
White with #8C898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C898D; }
p { color: rgb(140,137,141); }
H1.HeaderClassName
{
color: #8C898D;
}
.AnyTagClassName
{
color: #8C898D;
}
</style>
background-color css
<style>
a { background-color: #8C898D; }
a { background-color: rgb(140,137,141); }
div.DivClassName
{
background-color: #8C898D;
}
.BgClassName
{
background-color: #8C898D;
}
</style>
border-color css
<style>
span { border-color: #8C898D; }
span { border-color: rgb(140,137,141); }
td.TdClassName
{
border-color: #8C898D;
}
.TagClassName
{
border-color: #8C898D;
}
</style>