#80688B

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

Shades of Mamba #80688B

Tints of Mamba #80688B

Color information

#80688B (or 0x80688B) is unknown color: approx Mamba. HEX triplet: 80, 68 and 8B. RGB value is (128,104,139). Sum of RGB (Red+Green+Blue) = 128+104+139=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #80688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80688B is #7F9774. Grayscale: #737373. Windows color (decimal): -8361845 or 9136256. OLE color: 9136256.

HSL color Cylindrical-coordinate representation of color #80688B: hue angle of 281.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80688B is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB128104139-
CMYK0.080.2500.45
HSL281.14º14.4%47.65%-
HSV(B)281.14º25.18%54.51%-
XYZ18.5116.3526.61-
YUV115.17141.45137.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.50%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=34.50%
G=28.03%
B=37.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281041390.080.2500.45281.1414.447.65
Hex80688B81902D119e30
Octal20015021310310554311660
Binary1000000011010001000101110001100101011011000110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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