Shades of Amulet #869E80
Tints of Amulet #869E80
RGB
CMYK
RGB Variations
Color information
#869E80 (or 0x869E80) is known color: Amulet. HEX triplet: 86, 9E and 80. RGB value is (134,158,128). Sum of RGB (Red+Green+Blue) = 134+158+128=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 158 - color contains mainly: green. Hex color #869E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869E80 is #79617F. Grayscale: #939393. Windows color (decimal): -7954816 or 8429190. OLE color: 8429190.
HSL color Cylindrical-coordinate representation of color #869E80: hue angle of 108º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #869E80 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 158 | 128 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.38 |
| HSL | 108º | 0.13% | 0.56% | - |
| HSV(B) | 108º | 0.19% | 0.62% | - |
| XYZ | 25.95 | 31.08 | 25.05 | - |
| YUV | 147.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 158 | 128 | 0.15 | 0 | 0.19 | 0.38 | 108 | 0.13 | 0.56 |
| Hex | 86 | 9E | 80 | F | 0 | 13 | 26 | 6C | D | 38 |
| Octal | 206 | 236 | 200 | 17 | 0 | 23 | 46 | 154 | 15 | 70 |
| Binary | 10000110 | 10011110 | 10000000 | 1111 | 0 | 10011 | 100110 | 1101100 | 1101 | 111000 |
Color Harmonies of #869E80
Complementary color
Monochromatic Colors of #869E80
Black with #869E80
Text Example
Text Example
White with #869E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869E80; }
p { color: rgb(134,158,128); }
H1.HeaderClassName
{
color: #869E80;
}
.AnyTagClassName
{
color: #869E80;
}
</style>
background-color css
<style>
a { background-color: #869E80; }
a { background-color: rgb(134,158,128); }
div.DivClassName
{
background-color: #869E80;
}
.BgClassName
{
background-color: #869E80;
}
</style>
border-color css
<style>
span { border-color: #869E80; }
span { border-color: rgb(134,158,128); }
td.TdClassName
{
border-color: #869E80;
}
.TagClassName
{
border-color: #869E80;
}
</style>