Shades of Mamba #7B6393
Tints of Mamba #7B6393
RGB
CMYK
RGB Variations
Color information
#7B6393 (or 0x7B6393) is known color: Mamba. HEX triplet: 7B, 63 and 93. RGB value is (123,99,147). Sum of RGB (Red+Green+Blue) = 123+99+147=369 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.33% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B6393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6393 is #849C6C. Grayscale: #6F6F6F. Windows color (decimal): -8690797 or 9659259. OLE color: 9659259.
HSL color Cylindrical-coordinate representation of color #7B6393: hue angle of 270º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B6393 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 99 | 147 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.42 |
| HSL | 270º | 0.2% | 0.48% | - |
| HSV(B) | 270º | 0.33% | 0.58% | - |
| XYZ | 17.9 | 15.24 | 29.6 | - |
| YUV | 111.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 147 | 0.16 | 0.33 | 0 | 0.42 | 270 | 0.2 | 0.48 |
| Hex | 7B | 63 | 93 | 10 | 21 | 0 | 2A | 10E | 14 | 30 |
| Octal | 173 | 143 | 223 | 20 | 41 | 0 | 52 | 416 | 24 | 60 |
| Binary | 1111011 | 1100011 | 10010011 | 10000 | 100001 | 0 | 101010 | 100001110 | 10100 | 110000 |
Color Harmonies of #7B6393
Complementary color
Monochromatic Colors of #7B6393
Black with #7B6393
Text Example
Text Example
White with #7B6393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6393; }
p { color: rgb(123,99,147); }
H1.HeaderClassName
{
color: #7B6393;
}
.AnyTagClassName
{
color: #7B6393;
}
</style>
background-color css
<style>
a { background-color: #7B6393; }
a { background-color: rgb(123,99,147); }
div.DivClassName
{
background-color: #7B6393;
}
.BgClassName
{
background-color: #7B6393;
}
</style>
border-color css
<style>
span { border-color: #7B6393; }
span { border-color: rgb(123,99,147); }
td.TdClassName
{
border-color: #7B6393;
}
.TagClassName
{
border-color: #7B6393;
}
</style>