Shades of Amethyst Smoke #8F7797
Tints of Amethyst Smoke #8F7797
RGB
CMYK
RGB Variations
Color information
#8F7797 (or 0x8F7797) is known color: Amethyst Smoke. HEX triplet: 8F, 77 and 97. RGB value is (143,119,151). Sum of RGB (Red+Green+Blue) = 143+119+151=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 151 - color contains mainly: blue. Hex color #8F7797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7797 is #708868. Grayscale: #818181. Windows color (decimal): -7374953 or 9926543. OLE color: 9926543.
HSL color Cylindrical-coordinate representation of color #8F7797: hue angle of 285º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F7797 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 119 | 151 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.41 |
| HSL | 285º | 0.13% | 0.53% | - |
| HSV(B) | 285º | 0.21% | 0.59% | - |
| XYZ | 23.51 | 21.27 | 32.14 | - |
| YUV | 129.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 151 | 0.05 | 0.21 | 0 | 0.41 | 285 | 0.13 | 0.53 |
| Hex | 8F | 77 | 97 | 5 | 15 | 0 | 29 | 11D | D | 35 |
| Octal | 217 | 167 | 227 | 5 | 25 | 0 | 51 | 435 | 15 | 65 |
| Binary | 10001111 | 1110111 | 10010111 | 101 | 10101 | 0 | 101001 | 100011101 | 1101 | 110101 |
Color Harmonies of #8F7797
Complementary color
Monochromatic Colors of #8F7797
Black with #8F7797
Text Example
Text Example
White with #8F7797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7797; }
p { color: rgb(143,119,151); }
H1.HeaderClassName
{
color: #8F7797;
}
.AnyTagClassName
{
color: #8F7797;
}
</style>
background-color css
<style>
a { background-color: #8F7797; }
a { background-color: rgb(143,119,151); }
div.DivClassName
{
background-color: #8F7797;
}
.BgClassName
{
background-color: #8F7797;
}
</style>
border-color css
<style>
span { border-color: #8F7797; }
span { border-color: rgb(143,119,151); }
td.TdClassName
{
border-color: #8F7797;
}
.TagClassName
{
border-color: #8F7797;
}
</style>