Shades of Mamba #846B8D
Tints of Mamba #846B8D
RGB
CMYK
RGB Variations
Color information
#846B8D (or 0x846B8D) is known color: Mamba. HEX triplet: 84, 6B and 8D. RGB value is (132,107,141). Sum of RGB (Red+Green+Blue) = 132+107+141=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 141 - color contains mainly: blue. Hex color #846B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846B8D is #7B9472. Grayscale: #767676. Windows color (decimal): -8098931 or 9268100. OLE color: 9268100.
HSL color Cylindrical-coordinate representation of color #846B8D: hue angle of 284.12º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #846B8D is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 107 | 141 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.45 |
| HSL | 284.12º | 0.14% | 0.49% | - |
| HSV(B) | 284.12º | 0.24% | 0.55% | - |
| XYZ | 19.58 | 17.34 | 27.52 | - |
| YUV | 118.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 141 | 0.06 | 0.24 | 0 | 0.45 | 284.12 | 0.14 | 0.49 |
| Hex | 84 | 6B | 8D | 6 | 18 | 0 | 2D | 11C | E | 31 |
| Octal | 204 | 153 | 215 | 6 | 30 | 0 | 55 | 434 | 16 | 61 |
| Binary | 10000100 | 1101011 | 10001101 | 110 | 11000 | 0 | 101101 | 100011100 | 1110 | 110001 |
Color Harmonies of #846B8D
Complementary color
Monochromatic Colors of #846B8D
Black with #846B8D
Text Example
Text Example
White with #846B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B8D; }
p { color: rgb(132,107,141); }
H1.HeaderClassName
{
color: #846B8D;
}
.AnyTagClassName
{
color: #846B8D;
}
</style>
background-color css
<style>
a { background-color: #846B8D; }
a { background-color: rgb(132,107,141); }
div.DivClassName
{
background-color: #846B8D;
}
.BgClassName
{
background-color: #846B8D;
}
</style>
border-color css
<style>
span { border-color: #846B8D; }
span { border-color: rgb(132,107,141); }
td.TdClassName
{
border-color: #846B8D;
}
.TagClassName
{
border-color: #846B8D;
}
</style>