Shades of Mamba #856991
Tints of Mamba #856991
RGB
CMYK
RGB Variations
Color information
#856991 (or 0x856991) is known color: Mamba. HEX triplet: 85, 69 and 91. RGB value is (133,105,145). Sum of RGB (Red+Green+Blue) = 133+105+145=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 145 - color contains mainly: blue. Hex color #856991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856991 is #7A966E. Grayscale: #757575. Windows color (decimal): -8033903 or 9529733. OLE color: 9529733.
HSL color Cylindrical-coordinate representation of color #856991: hue angle of 282º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #856991 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 105 | 145 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.43 |
| HSL | 282º | 0.16% | 0.49% | - |
| HSV(B) | 282º | 0.28% | 0.57% | - |
| XYZ | 19.84 | 17.13 | 29.05 | - |
| YUV | 117.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 145 | 0.08 | 0.28 | 0 | 0.43 | 282 | 0.16 | 0.49 |
| Hex | 85 | 69 | 91 | 8 | 1C | 0 | 2B | 11A | 10 | 31 |
| Octal | 205 | 151 | 221 | 10 | 34 | 0 | 53 | 432 | 20 | 61 |
| Binary | 10000101 | 1101001 | 10010001 | 1000 | 11100 | 0 | 101011 | 100011010 | 10000 | 110001 |
Color Harmonies of #856991
Complementary color
Monochromatic Colors of #856991
Black with #856991
Text Example
Text Example
White with #856991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856991; }
p { color: rgb(133,105,145); }
H1.HeaderClassName
{
color: #856991;
}
.AnyTagClassName
{
color: #856991;
}
</style>
background-color css
<style>
a { background-color: #856991; }
a { background-color: rgb(133,105,145); }
div.DivClassName
{
background-color: #856991;
}
.BgClassName
{
background-color: #856991;
}
</style>
border-color css
<style>
span { border-color: #856991; }
span { border-color: rgb(133,105,145); }
td.TdClassName
{
border-color: #856991;
}
.TagClassName
{
border-color: #856991;
}
</style>