#807385

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

Shades of Mamba #807385

Tints of Mamba #807385

Color information

#807385 (or 0x807385) is unknown color: approx Mamba. HEX triplet: 80, 73 and 85. RGB value is (128,115,133). Sum of RGB (Red+Green+Blue) = 128+115+133=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 133 - color contains mainly: blue. Hex color #807385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807385 is #7F8C7A. Grayscale: #787878. Windows color (decimal): -8359035 or 8745856. OLE color: 8745856.

HSL color Cylindrical-coordinate representation of color #807385: hue angle of 283.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #807385 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB128115133-
CMYK0.040.1400.48
HSL283.33º7.26%48.63%-
HSV(B)283.33º13.53%52.16%-
XYZ19.2718.5424.75-
YUV120.94134.81133.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 133 (52.34% from 255) = 35.37%
R=34.04%
G=30.59%
B=35.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281151330.040.1400.48283.337.2648.63
Hex8073854E03011b731
Octal200163205416060433761
Binary1000000011100111000010110011100110000100011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807385; }

 p { color: rgb(128,115,133); }

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

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

 a { background-color: rgb(128,115,133); }

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

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

 span { border-color: rgb(128,115,133); }

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