#80688E

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

Shades of Mamba #80688E

Tints of Mamba #80688E

Color information

#80688E (or 0x80688E) is unknown color: approx Mamba. HEX triplet: 80, 68 and 8E. RGB value is (128,104,142). Sum of RGB (Red+Green+Blue) = 128+104+142=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 142 - color contains mainly: blue. Hex color #80688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80688E is #7F9771. Grayscale: #737373. Windows color (decimal): -8361842 or 9332864. OLE color: 9332864.

HSL color Cylindrical-coordinate representation of color #80688E: hue angle of 277.89º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80688E is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB128104142-
CMYK0.100.2700.44
HSL277.89º15.45%48.24%-
HSV(B)277.89º26.76%55.69%-
XYZ18.7316.4427.78-
YUV115.51142.95136.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.22%
GREEN value IS 104 (41.02% from 255) = 27.81%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=34.22%
G=27.81%
B=37.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281041420.100.2700.44277.8915.4548.24
Hex80688EA1B02C116f30
Octal20015021612330544261760
Binary1000000011010001000111010101101101011001000101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80688E; }

 p { color: rgb(128,104,142); }

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

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

 a { background-color: rgb(128,104,142); }

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

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

 span { border-color: rgb(128,104,142); }

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