#806490

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

Shades of Mamba #806490

Tints of Mamba #806490

Color information

#806490 (or 0x806490) is unknown color: approx Mamba. HEX triplet: 80, 64 and 90. RGB value is (128,100,144). Sum of RGB (Red+Green+Blue) = 128+100+144=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #806490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806490 is #7F9B6F. Grayscale: #717171. Windows color (decimal): -8362864 or 9462912. OLE color: 9462912.

HSL color Cylindrical-coordinate representation of color #806490: hue angle of 278.18º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #806490 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB128100144-
CMYK0.110.3100.44
HSL278.18º18.03%47.84%-
HSV(B)278.18º30.56%56.47%-
XYZ18.4915.7228.44-
YUV113.39145.28138.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.41%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 144 (56.64% from 255) = 38.71%
R=34.41%
G=26.88%
B=38.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281001440.110.3100.44278.1818.0347.84
Hex806490B1F02C1161230
Octal20014422013370544262260
Binary10000000110010010010000101111111010110010001011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806490; }

 p { color: rgb(128,100,144); }

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

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

 a { background-color: rgb(128,100,144); }

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

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

 span { border-color: rgb(128,100,144); }

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