Shades of Mamba #7D638B
Tints of Mamba #7D638B
RGB
CMYK
RGB Variations
Color information
#7D638B (or 0x7D638B) is known color: Mamba. HEX triplet: 7D, 63 and 8B. RGB value is (125,99,139). Sum of RGB (Red+Green+Blue) = 125+99+139=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D638B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D638B is #829C74. Grayscale: #6F6F6F. Windows color (decimal): -8559733 or 9134973. OLE color: 9134973.
HSL color Cylindrical-coordinate representation of color #7D638B: hue angle of 279º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D638B is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 99 | 139 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.45 |
| HSL | 279º | 0.17% | 0.47% | - |
| HSV(B) | 279º | 0.29% | 0.55% | - |
| XYZ | 17.58 | 15.15 | 26.42 | - |
| YUV | 111.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 99 | 139 | 0.10 | 0.29 | 0 | 0.45 | 279 | 0.17 | 0.47 |
| Hex | 7D | 63 | 8B | A | 1D | 0 | 2D | 117 | 11 | 2F |
| Octal | 175 | 143 | 213 | 12 | 35 | 0 | 55 | 427 | 21 | 57 |
| Binary | 1111101 | 1100011 | 10001011 | 1010 | 11101 | 0 | 101101 | 100010111 | 10001 | 101111 |
Color Harmonies of #7D638B
Complementary color
Monochromatic Colors of #7D638B
Black with #7D638B
Text Example
Text Example
White with #7D638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D638B; }
p { color: rgb(125,99,139); }
H1.HeaderClassName
{
color: #7D638B;
}
.AnyTagClassName
{
color: #7D638B;
}
</style>
background-color css
<style>
a { background-color: #7D638B; }
a { background-color: rgb(125,99,139); }
div.DivClassName
{
background-color: #7D638B;
}
.BgClassName
{
background-color: #7D638B;
}
</style>
border-color css
<style>
span { border-color: #7D638B; }
span { border-color: rgb(125,99,139); }
td.TdClassName
{
border-color: #7D638B;
}
.TagClassName
{
border-color: #7D638B;
}
</style>