#80648B

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

Shades of Mamba #80648B

Tints of Mamba #80648B

Color information

#80648B (or 0x80648B) is unknown color: approx Mamba. HEX triplet: 80, 64 and 8B. RGB value is (128,100,139). Sum of RGB (Red+Green+Blue) = 128+100+139=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #80648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80648B is #7F9B74. Grayscale: #707070. Windows color (decimal): -8362869 or 9135232. OLE color: 9135232.

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

Color convert

RGB128100139-
CMYK0.080.2800.45
HSL283.08º16.32%46.86%-
HSV(B)283.08º28.06%54.51%-
XYZ18.1215.5726.48-
YUV112.82142.78138.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=34.88%
G=27.25%
B=37.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281001390.080.2800.45283.0816.3246.86
Hex80648B81C02D11b102f
Octal20014421310340554332057
Binary10000000110010010001011100011100010110110001101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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