#806493

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

Shades of Mamba #806493

Tints of Mamba #806493

Color information

#806493 (or 0x806493) is unknown color: approx Mamba. HEX triplet: 80, 64 and 93. RGB value is (128,100,147). Sum of RGB (Red+Green+Blue) = 128+100+147=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #806493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806493 is #7F9B6C. Grayscale: #717171. Windows color (decimal): -8362861 or 9659520. OLE color: 9659520.

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

Color convert

RGB128100147-
CMYK0.130.3200.42
HSL275.74º19.03%48.43%-
HSV(B)275.74º31.97%57.65%-
XYZ18.7315.8129.67-
YUV113.73146.78138.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.13%
GREEN value IS 100 (39.45% from 255) = 26.67%
BLUE value IS 147 (57.81% from 255) = 39.2%
R=34.13%
G=26.67%
B=39.2%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281001470.130.3200.42275.7419.0348.43
Hex806493D2002A1141330
Octal20014422315400524242360
Binary100000001100100100100111101100000010101010001010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806493; }

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

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

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

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

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

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

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

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