Shades of Mamba #7D6293
Tints of Mamba #7D6293
RGB
CMYK
RGB Variations
Color information
#7D6293 (or 0x7D6293) is known color: Mamba. HEX triplet: 7D, 62 and 93. RGB value is (125,98,147). Sum of RGB (Red+Green+Blue) = 125+98+147=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D6293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6293 is #829D6C. Grayscale: #6F6F6F. Windows color (decimal): -8559981 or 9659005. OLE color: 9659005.
HSL color Cylindrical-coordinate representation of color #7D6293: hue angle of 273.06º 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 #7D6293 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 98 | 147 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.42 |
| HSL | 273.06º | 0.2% | 0.48% | - |
| HSV(B) | 273.06º | 0.33% | 0.58% | - |
| XYZ | 18.09 | 15.2 | 29.58 | - |
| YUV | 111.66 | 147.95 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 147 | 0.15 | 0.33 | 0 | 0.42 | 273.06 | 0.2 | 0.48 |
| Hex | 7D | 62 | 93 | F | 21 | 0 | 2A | 111 | 14 | 30 |
| Octal | 175 | 142 | 223 | 17 | 41 | 0 | 52 | 421 | 24 | 60 |
| Binary | 1111101 | 1100010 | 10010011 | 1111 | 100001 | 0 | 101010 | 100010001 | 10100 | 110000 |
Color Harmonies of #7D6293
Complementary color
Monochromatic Colors of #7D6293
Black with #7D6293
Text Example
Text Example
White with #7D6293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6293; }
p { color: rgb(125,98,147); }
H1.HeaderClassName
{
color: #7D6293;
}
.AnyTagClassName
{
color: #7D6293;
}
</style>
background-color css
<style>
a { background-color: #7D6293; }
a { background-color: rgb(125,98,147); }
div.DivClassName
{
background-color: #7D6293;
}
.BgClassName
{
background-color: #7D6293;
}
</style>
border-color css
<style>
span { border-color: #7D6293; }
span { border-color: rgb(125,98,147); }
td.TdClassName
{
border-color: #7D6293;
}
.TagClassName
{
border-color: #7D6293;
}
</style>