Shades of Mamba #7E6593
Tints of Mamba #7E6593
RGB
CMYK
RGB Variations
Color information
#7E6593 (or 0x7E6593) is known color: Mamba. HEX triplet: 7E, 65 and 93. RGB value is (126,101,147). Sum of RGB (Red+Green+Blue) = 126+101+147=374 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.69% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 147 - color contains mainly: blue. Hex color #7E6593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6593 is #819A6C. Grayscale: #717171. Windows color (decimal): -8493677 or 9659774. OLE color: 9659774.
HSL color Cylindrical-coordinate representation of color #7E6593: hue angle of 272.61º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E6593 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 101 | 147 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.42 |
| HSL | 272.61º | 0.19% | 0.49% | - |
| HSV(B) | 272.61º | 0.31% | 0.58% | - |
| XYZ | 18.52 | 15.85 | 29.69 | - |
| YUV | 113.72 | 146.78 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 101 | 147 | 0.14 | 0.31 | 0 | 0.42 | 272.61 | 0.19 | 0.49 |
| Hex | 7E | 65 | 93 | E | 1F | 0 | 2A | 111 | 13 | 31 |
| Octal | 176 | 145 | 223 | 16 | 37 | 0 | 52 | 421 | 23 | 61 |
| Binary | 1111110 | 1100101 | 10010011 | 1110 | 11111 | 0 | 101010 | 100010001 | 10011 | 110001 |
Color Harmonies of #7E6593
Complementary color
Monochromatic Colors of #7E6593
Black with #7E6593
Text Example
Text Example
White with #7E6593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6593; }
p { color: rgb(126,101,147); }
H1.HeaderClassName
{
color: #7E6593;
}
.AnyTagClassName
{
color: #7E6593;
}
</style>
background-color css
<style>
a { background-color: #7E6593; }
a { background-color: rgb(126,101,147); }
div.DivClassName
{
background-color: #7E6593;
}
.BgClassName
{
background-color: #7E6593;
}
</style>
border-color css
<style>
span { border-color: #7E6593; }
span { border-color: rgb(126,101,147); }
td.TdClassName
{
border-color: #7E6593;
}
.TagClassName
{
border-color: #7E6593;
}
</style>