Shades of Mamba #80678F
Tints of Mamba #80678F
RGB
CMYK
RGB Variations
Color information
#80678F (or 0x80678F) is known color: Mamba. HEX triplet: 80, 67 and 8F. RGB value is (128,103,143). Sum of RGB (Red+Green+Blue) = 128+103+143=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 143 - color contains mainly: blue. Hex color #80678F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80678F is #7F9870. Grayscale: #727272. Windows color (decimal): -8362097 or 9398144. OLE color: 9398144.
HSL color Cylindrical-coordinate representation of color #80678F: hue angle of 277.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80678F is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 103 | 143 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.44 |
| HSL | 277.5º | 0.16% | 0.48% | - |
| HSV(B) | 277.5º | 0.28% | 0.56% | - |
| XYZ | 18.71 | 16.27 | 28.14 | - |
| YUV | 115.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 143 | 0.10 | 0.28 | 0 | 0.44 | 277.5 | 0.16 | 0.48 |
| Hex | 80 | 67 | 8F | A | 1C | 0 | 2C | 116 | 10 | 30 |
| Octal | 200 | 147 | 217 | 12 | 34 | 0 | 54 | 426 | 20 | 60 |
| Binary | 10000000 | 1100111 | 10001111 | 1010 | 11100 | 0 | 101100 | 100010110 | 10000 | 110000 |
Color Harmonies of #80678F
Complementary color
Monochromatic Colors of #80678F
Black with #80678F
Text Example
Text Example
White with #80678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80678F; }
p { color: rgb(128,103,143); }
H1.HeaderClassName
{
color: #80678F;
}
.AnyTagClassName
{
color: #80678F;
}
</style>
background-color css
<style>
a { background-color: #80678F; }
a { background-color: rgb(128,103,143); }
div.DivClassName
{
background-color: #80678F;
}
.BgClassName
{
background-color: #80678F;
}
</style>
border-color css
<style>
span { border-color: #80678F; }
span { border-color: rgb(128,103,143); }
td.TdClassName
{
border-color: #80678F;
}
.TagClassName
{
border-color: #80678F;
}
</style>