Shades of Amulet #869B82
Tints of Amulet #869B82
RGB
CMYK
RGB Variations
Color information
#869B82 (or 0x869B82) is known color: Amulet. HEX triplet: 86, 9B and 82. RGB value is (134,155,130). Sum of RGB (Red+Green+Blue) = 134+155+130=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 155 - color contains mainly: green. Hex color #869B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869B82 is #79647D. Grayscale: #919191. Windows color (decimal): -7955582 or 8559494. OLE color: 8559494.
HSL color Cylindrical-coordinate representation of color #869B82: hue angle of 110.4º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #869B82 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 130 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.39 |
| HSL | 110.4º | 0.11% | 0.56% | - |
| HSV(B) | 110.4º | 0.16% | 0.61% | - |
| XYZ | 25.58 | 30.12 | 25.59 | - |
| YUV | 145.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 130 | 0.14 | 0 | 0.16 | 0.39 | 110.4 | 0.11 | 0.56 |
| Hex | 86 | 9B | 82 | E | 0 | 10 | 27 | 6E | B | 38 |
| Octal | 206 | 233 | 202 | 16 | 0 | 20 | 47 | 156 | 13 | 70 |
| Binary | 10000110 | 10011011 | 10000010 | 1110 | 0 | 10000 | 100111 | 1101110 | 1011 | 111000 |
Color Harmonies of #869B82
Complementary color
Monochromatic Colors of #869B82
Black with #869B82
Text Example
Text Example
White with #869B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B82; }
p { color: rgb(134,155,130); }
H1.HeaderClassName
{
color: #869B82;
}
.AnyTagClassName
{
color: #869B82;
}
</style>
background-color css
<style>
a { background-color: #869B82; }
a { background-color: rgb(134,155,130); }
div.DivClassName
{
background-color: #869B82;
}
.BgClassName
{
background-color: #869B82;
}
</style>
border-color css
<style>
span { border-color: #869B82; }
span { border-color: rgb(134,155,130); }
td.TdClassName
{
border-color: #869B82;
}
.TagClassName
{
border-color: #869B82;
}
</style>