Shades of Mamba #846690
Tints of Mamba #846690
RGB
CMYK
RGB Variations
Color information
#846690 (or 0x846690) is known color: Mamba. HEX triplet: 84, 66 and 90. RGB value is (132,102,144). Sum of RGB (Red+Green+Blue) = 132+102+144=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #846690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846690 is #7B996F. Grayscale: #737373. Windows color (decimal): -8100208 or 9463428. OLE color: 9463428.
HSL color Cylindrical-coordinate representation of color #846690: hue angle of 282.86º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #846690 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 102 | 144 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.44 |
| HSL | 282.86º | 0.17% | 0.48% | - |
| HSV(B) | 282.86º | 0.29% | 0.56% | - |
| XYZ | 19.3 | 16.42 | 28.54 | - |
| YUV | 115.76 | 143.94 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 102 | 144 | 0.08 | 0.29 | 0 | 0.44 | 282.86 | 0.17 | 0.48 |
| Hex | 84 | 66 | 90 | 8 | 1D | 0 | 2C | 11B | 11 | 30 |
| Octal | 204 | 146 | 220 | 10 | 35 | 0 | 54 | 433 | 21 | 60 |
| Binary | 10000100 | 1100110 | 10010000 | 1000 | 11101 | 0 | 101100 | 100011011 | 10001 | 110000 |
Color Harmonies of #846690
Complementary color
Monochromatic Colors of #846690
Black with #846690
Text Example
Text Example
White with #846690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846690; }
p { color: rgb(132,102,144); }
H1.HeaderClassName
{
color: #846690;
}
.AnyTagClassName
{
color: #846690;
}
</style>
background-color css
<style>
a { background-color: #846690; }
a { background-color: rgb(132,102,144); }
div.DivClassName
{
background-color: #846690;
}
.BgClassName
{
background-color: #846690;
}
</style>
border-color css
<style>
span { border-color: #846690; }
span { border-color: rgb(132,102,144); }
td.TdClassName
{
border-color: #846690;
}
.TagClassName
{
border-color: #846690;
}
</style>