Shades of Mamba #846890
Tints of Mamba #846890
RGB
CMYK
RGB Variations
Color information
#846890 (or 0x846890) is known color: Mamba. HEX triplet: 84, 68 and 90. RGB value is (132,104,144). Sum of RGB (Red+Green+Blue) = 132+104+144=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 144 - color contains mainly: blue. Hex color #846890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846890 is #7B976F. Grayscale: #747474. Windows color (decimal): -8099696 or 9463940. OLE color: 9463940.
HSL color Cylindrical-coordinate representation of color #846890: hue angle of 282º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #846890 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 104 | 144 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.44 |
| HSL | 282º | 0.16% | 0.49% | - |
| HSV(B) | 282º | 0.28% | 0.56% | - |
| XYZ | 19.5 | 16.82 | 28.6 | - |
| YUV | 116.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 144 | 0.08 | 0.28 | 0 | 0.44 | 282 | 0.16 | 0.49 |
| Hex | 84 | 68 | 90 | 8 | 1C | 0 | 2C | 11A | 10 | 31 |
| Octal | 204 | 150 | 220 | 10 | 34 | 0 | 54 | 432 | 20 | 61 |
| Binary | 10000100 | 1101000 | 10010000 | 1000 | 11100 | 0 | 101100 | 100011010 | 10000 | 110001 |
Color Harmonies of #846890
Complementary color
Monochromatic Colors of #846890
Black with #846890
Text Example
Text Example
White with #846890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846890; }
p { color: rgb(132,104,144); }
H1.HeaderClassName
{
color: #846890;
}
.AnyTagClassName
{
color: #846890;
}
</style>
background-color css
<style>
a { background-color: #846890; }
a { background-color: rgb(132,104,144); }
div.DivClassName
{
background-color: #846890;
}
.BgClassName
{
background-color: #846890;
}
</style>
border-color css
<style>
span { border-color: #846890; }
span { border-color: rgb(132,104,144); }
td.TdClassName
{
border-color: #846890;
}
.TagClassName
{
border-color: #846890;
}
</style>