#856790

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

Shades of Mamba #856790

Tints of Mamba #856790

Color information

#856790 (or 0x856790) is unknown color: approx Mamba. HEX triplet: 85, 67 and 90. RGB value is (133,103,144). Sum of RGB (Red+Green+Blue) = 133+103+144=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 144 - color contains mainly: blue. Hex color #856790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856790 is #7A986F. Grayscale: #747474. Windows color (decimal): -8034416 or 9463685. OLE color: 9463685.

HSL color Cylindrical-coordinate representation of color #856790: hue angle of 283.9º degrees, saturation: 0.17, 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 #856790 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB133103144-
CMYK0.080.2800.44
HSL283.9º16.6%48.43%-
HSV(B)283.9º28.47%56.47%-
XYZ19.5616.728.58-
YUV116.64143.44139.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 103 (40.62% from 255) = 27.11%
BLUE value IS 144 (56.64% from 255) = 37.89%
R=35%
G=27.11%
B=37.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331031440.080.2800.44283.916.648.43
Hex85679081C02C11c1130
Octal20514722010340544342160
Binary10000101110011110010000100011100010110010001110010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856790; }

 p { color: rgb(133,103,144); }

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

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

 a { background-color: rgb(133,103,144); }

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

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

 span { border-color: rgb(133,103,144); }

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