#856D8E

Color #856D8E Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #856D8E

Tints of Mamba #856D8E

Color information

#856D8E (or 0x856D8E) is unknown color: approx Mamba. HEX triplet: 85, 6D and 8E. RGB value is (133,109,142). Sum of RGB (Red+Green+Blue) = 133+109+142=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: blue. Hex color #856D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856D8E is #7A9271. Grayscale: #777777. Windows color (decimal): -8032882 or 9334149. OLE color: 9334149.

HSL color Cylindrical-coordinate representation of color #856D8E: hue angle of 283.64º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #856D8E is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB133109142-
CMYK0.060.2300.44
HSL283.64º13.15%49.22%-
HSV(B)283.64º23.24%55.69%-
XYZ20.0217.8827.99-
YUV119.94140.45137.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 34.64%
GREEN value IS 109 (42.97% from 255) = 28.39%
BLUE value IS 142 (55.86% from 255) = 36.98%
R=34.64%
G=28.39%
B=36.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331091420.060.2300.44283.6413.1549.22
Hex856D8E61702C11cd31
Octal2051552166270544341561
Binary100001011101101100011101101011101011001000111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856D8E; }

 p { color: rgb(133,109,142); }

 H1.HeaderClassName
 {
   color: #856D8E;
 }
 .AnyTagClassName
 {
   color: #856D8E;
 }
</style>
background-color css

<style>
 a { background-color: #856D8E; }

 a { background-color: rgb(133,109,142); }

 div.DivClassName
 {
   background-color: #856D8E;
 }
 .BgClassName
 {
   background-color: #856D8E;
 }
</style>
border-color css

<style>
 span { border-color: #856D8E; }

 span { border-color: rgb(133,109,142); }

 td.TdClassName
 {
   border-color: #856D8E;
 }
 .TagClassName
 {
   border-color: #856D8E;
 }
</style>