Shades of Amethyst Smoke #8C8298
Tints of Amethyst Smoke #8C8298
RGB
CMYK
RGB Variations
Color information
#8C8298 (or 0x8C8298) is known color: Amethyst Smoke. HEX triplet: 8C, 82 and 98. RGB value is (140,130,152). Sum of RGB (Red+Green+Blue) = 140+130+152=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C8298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8298 is #737D67. Grayscale: #878787. Windows color (decimal): -7568744 or 9994892. OLE color: 9994892.
HSL color Cylindrical-coordinate representation of color #8C8298: hue angle of 267.27º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C8298 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 130 | 152 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.40 |
| HSL | 267.27º | 0.1% | 0.55% | - |
| HSV(B) | 267.27º | 0.14% | 0.6% | - |
| XYZ | 24.47 | 23.81 | 33.01 | - |
| YUV | 135.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 152 | 0.08 | 0.14 | 0 | 0.40 | 267.27 | 0.1 | 0.55 |
| Hex | 8C | 82 | 98 | 8 | E | 0 | 28 | 10B | A | 37 |
| Octal | 214 | 202 | 230 | 10 | 16 | 0 | 50 | 413 | 12 | 67 |
| Binary | 10001100 | 10000010 | 10011000 | 1000 | 1110 | 0 | 101000 | 100001011 | 1010 | 110111 |
Color Harmonies of #8C8298
Complementary color
Monochromatic Colors of #8C8298
Black with #8C8298
Text Example
Text Example
White with #8C8298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8298; }
p { color: rgb(140,130,152); }
H1.HeaderClassName
{
color: #8C8298;
}
.AnyTagClassName
{
color: #8C8298;
}
</style>
background-color css
<style>
a { background-color: #8C8298; }
a { background-color: rgb(140,130,152); }
div.DivClassName
{
background-color: #8C8298;
}
.BgClassName
{
background-color: #8C8298;
}
</style>
border-color css
<style>
span { border-color: #8C8298; }
span { border-color: rgb(140,130,152); }
td.TdClassName
{
border-color: #8C8298;
}
.TagClassName
{
border-color: #8C8298;
}
</style>