Shades of Mamba #7B638F
Tints of Mamba #7B638F
RGB
CMYK
RGB Variations
Color information
#7B638F (or 0x7B638F) is known color: Mamba. HEX triplet: 7B, 63 and 8F. RGB value is (123,99,143). Sum of RGB (Red+Green+Blue) = 123+99+143=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 143 - color contains mainly: blue. Hex color #7B638F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B638F is #849C70. Grayscale: #6F6F6F. Windows color (decimal): -8690801 or 9397115. OLE color: 9397115.
HSL color Cylindrical-coordinate representation of color #7B638F: hue angle of 272.73º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B638F is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 99 | 143 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.44 |
| HSL | 272.73º | 0.18% | 0.47% | - |
| HSV(B) | 272.73º | 0.31% | 0.56% | - |
| XYZ | 17.59 | 15.12 | 27.98 | - |
| YUV | 111.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 143 | 0.14 | 0.31 | 0 | 0.44 | 272.73 | 0.18 | 0.47 |
| Hex | 7B | 63 | 8F | E | 1F | 0 | 2C | 111 | 12 | 2F |
| Octal | 173 | 143 | 217 | 16 | 37 | 0 | 54 | 421 | 22 | 57 |
| Binary | 1111011 | 1100011 | 10001111 | 1110 | 11111 | 0 | 101100 | 100010001 | 10010 | 101111 |
Color Harmonies of #7B638F
Complementary color
Monochromatic Colors of #7B638F
Black with #7B638F
Text Example
Text Example
White with #7B638F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B638F; }
p { color: rgb(123,99,143); }
H1.HeaderClassName
{
color: #7B638F;
}
.AnyTagClassName
{
color: #7B638F;
}
</style>
background-color css
<style>
a { background-color: #7B638F; }
a { background-color: rgb(123,99,143); }
div.DivClassName
{
background-color: #7B638F;
}
.BgClassName
{
background-color: #7B638F;
}
</style>
border-color css
<style>
span { border-color: #7B638F; }
span { border-color: rgb(123,99,143); }
td.TdClassName
{
border-color: #7B638F;
}
.TagClassName
{
border-color: #7B638F;
}
</style>