Shades of Mamba #7A638D
Tints of Mamba #7A638D
RGB
CMYK
RGB Variations
Color information
#7A638D (or 0x7A638D) is known color: Mamba. HEX triplet: 7A, 63 and 8D. RGB value is (122,99,141). Sum of RGB (Red+Green+Blue) = 122+99+141=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A638D is #859C72. Grayscale: #6E6E6E. Windows color (decimal): -8756339 or 9266042. OLE color: 9266042.
HSL color Cylindrical-coordinate representation of color #7A638D: hue angle of 272.86º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A638D is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 99 | 141 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.45 |
| HSL | 272.86º | 0.18% | 0.47% | - |
| HSV(B) | 272.86º | 0.3% | 0.55% | - |
| XYZ | 17.3 | 14.98 | 27.18 | - |
| YUV | 110.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 141 | 0.13 | 0.30 | 0 | 0.45 | 272.86 | 0.18 | 0.47 |
| Hex | 7A | 63 | 8D | D | 1E | 0 | 2D | 111 | 12 | 2F |
| Octal | 172 | 143 | 215 | 15 | 36 | 0 | 55 | 421 | 22 | 57 |
| Binary | 1111010 | 1100011 | 10001101 | 1101 | 11110 | 0 | 101101 | 100010001 | 10010 | 101111 |
Color Harmonies of #7A638D
Complementary color
Monochromatic Colors of #7A638D
Black with #7A638D
Text Example
Text Example
White with #7A638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A638D; }
p { color: rgb(122,99,141); }
H1.HeaderClassName
{
color: #7A638D;
}
.AnyTagClassName
{
color: #7A638D;
}
</style>
background-color css
<style>
a { background-color: #7A638D; }
a { background-color: rgb(122,99,141); }
div.DivClassName
{
background-color: #7A638D;
}
.BgClassName
{
background-color: #7A638D;
}
</style>
border-color css
<style>
span { border-color: #7A638D; }
span { border-color: rgb(122,99,141); }
td.TdClassName
{
border-color: #7A638D;
}
.TagClassName
{
border-color: #7A638D;
}
</style>