#806793

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

Shades of Mamba #806793

Tints of Mamba #806793

Color information

#806793 (or 0x806793) is unknown color: approx Mamba. HEX triplet: 80, 67 and 93. RGB value is (128,103,147). Sum of RGB (Red+Green+Blue) = 128+103+147=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #806793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806793 is #7F986C. Grayscale: #737373. Windows color (decimal): -8362093 or 9660288. OLE color: 9660288.

HSL color Cylindrical-coordinate representation of color #806793: hue angle of 274.09º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #806793 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128103147-
CMYK0.130.3000.42
HSL274.09º17.6%49.02%-
HSV(B)274.09º29.93%57.65%-
XYZ19.0216.429.77-
YUV115.49145.78136.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 103 (40.62% from 255) = 27.25%
BLUE value IS 147 (57.81% from 255) = 38.89%
R=33.86%
G=27.25%
B=38.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281031470.130.3000.42274.0917.649.02
Hex806793D1E02A1121231
Octal20014722315360524222261
Binary10000000110011110010011110111110010101010001001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806793; }

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

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

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

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

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

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

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

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