Shades of Amethyst Smoke #8C758F
Tints of Amethyst Smoke #8C758F
RGB
CMYK
RGB Variations
Color information
#8C758F (or 0x8C758F) is known color: Amethyst Smoke. HEX triplet: 8C, 75 and 8F. RGB value is (140,117,143). Sum of RGB (Red+Green+Blue) = 140+117+143=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 143 - color contains mainly: blue. Hex color #8C758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C758F is #738A70. Grayscale: #7E7E7E. Windows color (decimal): -7572081 or 9401740. OLE color: 9401740.
HSL color Cylindrical-coordinate representation of color #8C758F: hue angle of 293.08º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C758F is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 117 | 143 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.44 |
| HSL | 293.08º | 0.1% | 0.51% | - |
| HSV(B) | 293.08º | 0.18% | 0.56% | - |
| XYZ | 22.13 | 20.28 | 28.73 | - |
| YUV | 126.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 143 | 0.02 | 0.18 | 0 | 0.44 | 293.08 | 0.1 | 0.51 |
| Hex | 8C | 75 | 8F | 2 | 12 | 0 | 2C | 125 | A | 33 |
| Octal | 214 | 165 | 217 | 2 | 22 | 0 | 54 | 445 | 12 | 63 |
| Binary | 10001100 | 1110101 | 10001111 | 10 | 10010 | 0 | 101100 | 100100101 | 1010 | 110011 |
Color Harmonies of #8C758F
Complementary color
Monochromatic Colors of #8C758F
Black with #8C758F
Text Example
Text Example
White with #8C758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C758F; }
p { color: rgb(140,117,143); }
H1.HeaderClassName
{
color: #8C758F;
}
.AnyTagClassName
{
color: #8C758F;
}
</style>
background-color css
<style>
a { background-color: #8C758F; }
a { background-color: rgb(140,117,143); }
div.DivClassName
{
background-color: #8C758F;
}
.BgClassName
{
background-color: #8C758F;
}
</style>
border-color css
<style>
span { border-color: #8C758F; }
span { border-color: rgb(140,117,143); }
td.TdClassName
{
border-color: #8C758F;
}
.TagClassName
{
border-color: #8C758F;
}
</style>