#856E8B

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

Shades of Mamba #856E8B

Tints of Mamba #856E8B

Color information

#856E8B (or 0x856E8B) is unknown color: approx Mamba. HEX triplet: 85, 6E and 8B. RGB value is (133,110,139). Sum of RGB (Red+Green+Blue) = 133+110+139=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 139 - color contains mainly: blue. Hex color #856E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856E8B is #7A9174. Grayscale: #787878. Windows color (decimal): -8032629 or 9137797. OLE color: 9137797.

HSL color Cylindrical-coordinate representation of color #856E8B: hue angle of 287.59º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #856E8B is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB133110139-
CMYK0.040.2100.45
HSL287.59º11.65%48.82%-
HSV(B)287.59º20.86%54.51%-
XYZ19.911826.85-
YUV120.18138.62137.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 110 (43.36% from 255) = 28.80%
BLUE value IS 139 (54.69% from 255) = 36.39%
R=34.82%
G=28.80%
B=36.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331101390.040.2100.45287.5911.6548.82
Hex856E8B41502D120c31
Octal2051562134250554401461
Binary100001011101110100010111001010101011011001000001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,110,139); }

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

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

 a { background-color: rgb(133,110,139); }

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

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

 span { border-color: rgb(133,110,139); }

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