#806D8C

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

Shades of Mamba #806D8C

Tints of Mamba #806D8C

Color information

#806D8C (or 0x806D8C) is unknown color: approx Mamba. HEX triplet: 80, 6D and 8C. RGB value is (128,109,140). Sum of RGB (Red+Green+Blue) = 128+109+140=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 140 - color contains mainly: blue. Hex color #806D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806D8C is #7F9273. Grayscale: #767676. Windows color (decimal): -8360564 or 9203072. OLE color: 9203072.

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

Color convert

RGB128109140-
CMYK0.090.2200.45
HSL276.77º12.45%48.82%-
HSV(B)276.77º22.14%54.9%-
XYZ19.117.4227.17-
YUV118.22140.29134.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 109 (42.97% from 255) = 28.91%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=33.95%
G=28.91%
B=37.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281091400.090.2200.45276.7712.4548.82
Hex806D8C91602D115c31
Octal20015521411260554251461
Binary1000000011011011000110010011011001011011000101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806D8C; }

 p { color: rgb(128,109,140); }

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

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

 a { background-color: rgb(128,109,140); }

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

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

 span { border-color: rgb(128,109,140); }

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