Shades of Amethyst Smoke #868187
Tints of Amethyst Smoke #868187
RGB
CMYK
RGB Variations
Color information
#868187 (or 0x868187) is known color: Amethyst Smoke. HEX triplet: 86, 81 and 87. RGB value is (134,129,135). Sum of RGB (Red+Green+Blue) = 134+129+135=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 135 - color contains mainly: blue. Hex color #868187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868187 is #797E78. Grayscale: #838383. Windows color (decimal): -7962233 or 8880518. OLE color: 8880518.
HSL color Cylindrical-coordinate representation of color #868187: hue angle of 290º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #868187 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 129 | 135 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.47 |
| HSL | 290º | 0.02% | 0.52% | - |
| HSV(B) | 290º | 0.04% | 0.53% | - |
| XYZ | 22.05 | 22.52 | 26.11 | - |
| YUV | 131.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 135 | 0.01 | 0.04 | 0 | 0.47 | 290 | 0.02 | 0.52 |
| Hex | 86 | 81 | 87 | 1 | 4 | 0 | 2F | 122 | 2 | 34 |
| Octal | 206 | 201 | 207 | 1 | 4 | 0 | 57 | 442 | 2 | 64 |
| Binary | 10000110 | 10000001 | 10000111 | 1 | 100 | 0 | 101111 | 100100010 | 10 | 110100 |
Color Harmonies of #868187
Complementary color
Monochromatic Colors of #868187
Black with #868187
Text Example
Text Example
White with #868187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868187; }
p { color: rgb(134,129,135); }
H1.HeaderClassName
{
color: #868187;
}
.AnyTagClassName
{
color: #868187;
}
</style>
background-color css
<style>
a { background-color: #868187; }
a { background-color: rgb(134,129,135); }
div.DivClassName
{
background-color: #868187;
}
.BgClassName
{
background-color: #868187;
}
</style>
border-color css
<style>
span { border-color: #868187; }
span { border-color: rgb(134,129,135); }
td.TdClassName
{
border-color: #868187;
}
.TagClassName
{
border-color: #868187;
}
</style>