#80698E

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

Shades of Mamba #80698E

Tints of Mamba #80698E

Color information

#80698E (or 0x80698E) is unknown color: approx Mamba. HEX triplet: 80, 69 and 8E. RGB value is (128,105,142). Sum of RGB (Red+Green+Blue) = 128+105+142=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 142 - color contains mainly: blue. Hex color #80698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80698E is #7F9671. Grayscale: #737373. Windows color (decimal): -8361586 or 9333120. OLE color: 9333120.

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

Color convert

RGB128105142-
CMYK0.100.2600.44
HSL277.3º14.98%48.43%-
HSV(B)277.3º26.06%55.69%-
XYZ18.8416.6527.81-
YUV116.1142.62136.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.13%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=34.13%
G=28%
B=37.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281051420.100.2600.44277.314.9848.43
Hex80698EA1A02C115f30
Octal20015121612320544251760
Binary1000000011010011000111010101101001011001000101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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