Shades of Amethyst Smoke #8F8898
Tints of Amethyst Smoke #8F8898
RGB
CMYK
RGB Variations
Color information
#8F8898 (or 0x8F8898) is known color: Amethyst Smoke. HEX triplet: 8F, 88 and 98. RGB value is (143,136,152). Sum of RGB (Red+Green+Blue) = 143+136+152=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 152 - color contains mainly: blue. Hex color #8F8898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8898 is #707767. Grayscale: #8B8B8B. Windows color (decimal): -7370600 or 9996431. OLE color: 9996431.
HSL color Cylindrical-coordinate representation of color #8F8898: hue angle of 266.25º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8F8898 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 136 | 152 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.40 |
| HSL | 266.25º | 0.07% | 0.56% | - |
| HSV(B) | 266.25º | 0.11% | 0.6% | - |
| XYZ | 25.8 | 25.71 | 33.31 | - |
| YUV | 139.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 152 | 0.06 | 0.11 | 0 | 0.40 | 266.25 | 0.07 | 0.56 |
| Hex | 8F | 88 | 98 | 6 | B | 0 | 28 | 10A | 7 | 38 |
| Octal | 217 | 210 | 230 | 6 | 13 | 0 | 50 | 412 | 7 | 70 |
| Binary | 10001111 | 10001000 | 10011000 | 110 | 1011 | 0 | 101000 | 100001010 | 111 | 111000 |
Color Harmonies of #8F8898
Complementary color
Monochromatic Colors of #8F8898
Black with #8F8898
Text Example
Text Example
White with #8F8898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8898; }
p { color: rgb(143,136,152); }
H1.HeaderClassName
{
color: #8F8898;
}
.AnyTagClassName
{
color: #8F8898;
}
</style>
background-color css
<style>
a { background-color: #8F8898; }
a { background-color: rgb(143,136,152); }
div.DivClassName
{
background-color: #8F8898;
}
.BgClassName
{
background-color: #8F8898;
}
</style>
border-color css
<style>
span { border-color: #8F8898; }
span { border-color: rgb(143,136,152); }
td.TdClassName
{
border-color: #8F8898;
}
.TagClassName
{
border-color: #8F8898;
}
</style>