#80698A

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

Shades of Mamba #80698A

Tints of Mamba #80698A

Color information

#80698A (or 0x80698A) is unknown color: approx Mamba. HEX triplet: 80, 69 and 8A. RGB value is (128,105,138). Sum of RGB (Red+Green+Blue) = 128+105+138=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: blue. Hex color #80698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80698A is #7F9675. Grayscale: #737373. Windows color (decimal): -8361590 or 9070976. OLE color: 9070976.

HSL color Cylindrical-coordinate representation of color #80698A: hue angle of 281.82º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80698A is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB128105138-
CMYK0.070.2400.46
HSL281.82º13.58%47.65%-
HSV(B)281.82º23.91%54.12%-
XYZ18.5416.5326.26-
YUV115.64140.62136.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.50%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=34.50%
G=28.30%
B=37.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281051380.070.2400.46281.8213.5847.65
Hex80698A71802E11ae30
Octal2001512127300564321660
Binary100000001101001100010101111100001011101000110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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