Shades of Mamba #7E6389
Tints of Mamba #7E6389
RGB
CMYK
RGB Variations
Color information
#7E6389 (or 0x7E6389) is known color: Mamba. HEX triplet: 7E, 63 and 89. RGB value is (126,99,137). Sum of RGB (Red+Green+Blue) = 126+99+137=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E6389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6389 is #819C76. Grayscale: #6F6F6F. Windows color (decimal): -8494199 or 9003902. OLE color: 9003902.
HSL color Cylindrical-coordinate representation of color #7E6389: hue angle of 282.63º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E6389 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 99 | 137 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.46 |
| HSL | 282.63º | 0.16% | 0.46% | - |
| HSV(B) | 282.63º | 0.28% | 0.54% | - |
| XYZ | 17.58 | 15.17 | 25.67 | - |
| YUV | 111.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 99 | 137 | 0.08 | 0.28 | 0 | 0.46 | 282.63 | 0.16 | 0.46 |
| Hex | 7E | 63 | 89 | 8 | 1C | 0 | 2E | 11B | 10 | 2E |
| Octal | 176 | 143 | 211 | 10 | 34 | 0 | 56 | 433 | 20 | 56 |
| Binary | 1111110 | 1100011 | 10001001 | 1000 | 11100 | 0 | 101110 | 100011011 | 10000 | 101110 |
Color Harmonies of #7E6389
Complementary color
Monochromatic Colors of #7E6389
Black with #7E6389
Text Example
Text Example
White with #7E6389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6389; }
p { color: rgb(126,99,137); }
H1.HeaderClassName
{
color: #7E6389;
}
.AnyTagClassName
{
color: #7E6389;
}
</style>
background-color css
<style>
a { background-color: #7E6389; }
a { background-color: rgb(126,99,137); }
div.DivClassName
{
background-color: #7E6389;
}
.BgClassName
{
background-color: #7E6389;
}
</style>
border-color css
<style>
span { border-color: #7E6389; }
span { border-color: rgb(126,99,137); }
td.TdClassName
{
border-color: #7E6389;
}
.TagClassName
{
border-color: #7E6389;
}
</style>