#806393

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

Shades of Mamba #806393

Tints of Mamba #806393

Color information

#806393 (or 0x806393) is unknown color: approx Mamba. HEX triplet: 80, 63 and 93. RGB value is (128,99,147). Sum of RGB (Red+Green+Blue) = 128+99+147=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 147 - color contains mainly: blue. Hex color #806393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806393 is #7F9C6C. Grayscale: #707070. Windows color (decimal): -8363117 or 9659264. OLE color: 9659264.

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

Color convert

RGB12899147-
CMYK0.130.3300.42
HSL276.25º19.51%48.24%-
HSV(B)276.25º32.65%57.65%-
XYZ18.6315.6229.64-
YUV113.14147.11138.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.22%
GREEN value IS 99 (39.06% from 255) = 26.47%
BLUE value IS 147 (57.81% from 255) = 39.30%
R=34.22%
G=26.47%
B=39.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128991470.130.3300.42276.2519.5148.24
Hex806393D2102A1141430
Octal20014322315410524242460
Binary100000001100011100100111101100001010101010001010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806393; }

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

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

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

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

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

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

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

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