#806494

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

Shades of Mamba #806494

Tints of Mamba #806494

Color information

#806494 (or 0x806494) is unknown color: approx Mamba. HEX triplet: 80, 64 and 94. RGB value is (128,100,148). Sum of RGB (Red+Green+Blue) = 128+100+148=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 148 - color contains mainly: blue. Hex color #806494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806494 is #7F9B6B. Grayscale: #717171. Windows color (decimal): -8362860 or 9725056. OLE color: 9725056.

HSL color Cylindrical-coordinate representation of color #806494: hue angle of 275º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #806494 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128100148-
CMYK0.140.3200.42
HSL275º19.35%48.63%-
HSV(B)275º32.43%58.04%-
XYZ18.815.8430.08-
YUV113.84147.28138.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 148 (58.20% from 255) = 39.36%
R=34.04%
G=26.60%
B=39.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281001480.140.3200.4227519.3548.63
Hex806494E2002A1131331
Octal20014422416400524232361
Binary100000001100100100101001110100000010101010001001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806494; }

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

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

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

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

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

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

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

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