Shades of Amethyst Smoke #8A888B
Tints of Amethyst Smoke #8A888B
RGB
CMYK
RGB Variations
Color information
#8A888B (or 0x8A888B) is known color: Amethyst Smoke. HEX triplet: 8A, 88 and 8B. RGB value is (138,136,139). Sum of RGB (Red+Green+Blue) = 138+136+139=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A888B is #757774. Grayscale: #888888. Windows color (decimal): -7698293 or 9144458. OLE color: 9144458.
HSL color Cylindrical-coordinate representation of color #8A888B: hue angle of 280º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8A888B is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 136 | 139 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.45 |
| HSL | 280º | 0.01% | 0.54% | - |
| HSV(B) | 280º | 0.02% | 0.55% | - |
| XYZ | 23.95 | 24.88 | 27.97 | - |
| YUV | 136.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 139 | 0.01 | 0.02 | 0 | 0.45 | 280 | 0.01 | 0.54 |
| Hex | 8A | 88 | 8B | 1 | 2 | 0 | 2D | 118 | 1 | 36 |
| Octal | 212 | 210 | 213 | 1 | 2 | 0 | 55 | 430 | 1 | 66 |
| Binary | 10001010 | 10001000 | 10001011 | 1 | 10 | 0 | 101101 | 100011000 | 1 | 110110 |
Color Harmonies of #8A888B
Complementary color
Monochromatic Colors of #8A888B
Black with #8A888B
Text Example
Text Example
White with #8A888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A888B; }
p { color: rgb(138,136,139); }
H1.HeaderClassName
{
color: #8A888B;
}
.AnyTagClassName
{
color: #8A888B;
}
</style>
background-color css
<style>
a { background-color: #8A888B; }
a { background-color: rgb(138,136,139); }
div.DivClassName
{
background-color: #8A888B;
}
.BgClassName
{
background-color: #8A888B;
}
</style>
border-color css
<style>
span { border-color: #8A888B; }
span { border-color: rgb(138,136,139); }
td.TdClassName
{
border-color: #8A888B;
}
.TagClassName
{
border-color: #8A888B;
}
</style>