Shades of Mamba #7B638D
Tints of Mamba #7B638D
RGB
CMYK
RGB Variations
Color information
#7B638D (or 0x7B638D) is known color: Mamba. HEX triplet: 7B, 63 and 8D. RGB value is (123,99,141). Sum of RGB (Red+Green+Blue) = 123+99+141=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B638D is #849C72. Grayscale: #6E6E6E. Windows color (decimal): -8690803 or 9266043. OLE color: 9266043.
HSL color Cylindrical-coordinate representation of color #7B638D: hue angle of 274.29º 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 #7B638D is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 99 | 141 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.45 |
| HSL | 274.29º | 0.18% | 0.47% | - |
| HSV(B) | 274.29º | 0.3% | 0.55% | - |
| XYZ | 17.44 | 15.06 | 27.19 | - |
| YUV | 110.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 141 | 0.13 | 0.30 | 0 | 0.45 | 274.29 | 0.18 | 0.47 |
| Hex | 7B | 63 | 8D | D | 1E | 0 | 2D | 112 | 12 | 2F |
| Octal | 173 | 143 | 215 | 15 | 36 | 0 | 55 | 422 | 22 | 57 |
| Binary | 1111011 | 1100011 | 10001101 | 1101 | 11110 | 0 | 101101 | 100010010 | 10010 | 101111 |
Color Harmonies of #7B638D
Complementary color
Monochromatic Colors of #7B638D
Black with #7B638D
Text Example
Text Example
White with #7B638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B638D; }
p { color: rgb(123,99,141); }
H1.HeaderClassName
{
color: #7B638D;
}
.AnyTagClassName
{
color: #7B638D;
}
</style>
background-color css
<style>
a { background-color: #7B638D; }
a { background-color: rgb(123,99,141); }
div.DivClassName
{
background-color: #7B638D;
}
.BgClassName
{
background-color: #7B638D;
}
</style>
border-color css
<style>
span { border-color: #7B638D; }
span { border-color: rgb(123,99,141); }
td.TdClassName
{
border-color: #7B638D;
}
.TagClassName
{
border-color: #7B638D;
}
</style>