Shades of Mamba #85678F
Tints of Mamba #85678F
RGB
CMYK
RGB Variations
Color information
#85678F (or 0x85678F) is known color: Mamba. HEX triplet: 85, 67 and 8F. RGB value is (133,103,143). Sum of RGB (Red+Green+Blue) = 133+103+143=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 143 - color contains mainly: blue. Hex color #85678F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85678F is #7A9870. Grayscale: #747474. Windows color (decimal): -8034417 or 9398149. OLE color: 9398149.
HSL color Cylindrical-coordinate representation of color #85678F: hue angle of 285º 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 #85678F is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 103 | 143 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.44 |
| HSL | 285º | 0.16% | 0.48% | - |
| HSV(B) | 285º | 0.28% | 0.56% | - |
| XYZ | 19.48 | 16.67 | 28.18 | - |
| YUV | 116.53 | 142.94 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 103 | 143 | 0.07 | 0.28 | 0 | 0.44 | 285 | 0.16 | 0.48 |
| Hex | 85 | 67 | 8F | 7 | 1C | 0 | 2C | 11D | 10 | 30 |
| Octal | 205 | 147 | 217 | 7 | 34 | 0 | 54 | 435 | 20 | 60 |
| Binary | 10000101 | 1100111 | 10001111 | 111 | 11100 | 0 | 101100 | 100011101 | 10000 | 110000 |
Color Harmonies of #85678F
Complementary color
Monochromatic Colors of #85678F
Black with #85678F
Text Example
Text Example
White with #85678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85678F; }
p { color: rgb(133,103,143); }
H1.HeaderClassName
{
color: #85678F;
}
.AnyTagClassName
{
color: #85678F;
}
</style>
background-color css
<style>
a { background-color: #85678F; }
a { background-color: rgb(133,103,143); }
div.DivClassName
{
background-color: #85678F;
}
.BgClassName
{
background-color: #85678F;
}
</style>
border-color css
<style>
span { border-color: #85678F; }
span { border-color: rgb(133,103,143); }
td.TdClassName
{
border-color: #85678F;
}
.TagClassName
{
border-color: #85678F;
}
</style>