#806889

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

Shades of Mamba #806889

Tints of Mamba #806889

Color information

#806889 (or 0x806889) is unknown color: approx Mamba. HEX triplet: 80, 68 and 89. RGB value is (128,104,137). Sum of RGB (Red+Green+Blue) = 128+104+137=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 137 - color contains mainly: blue. Hex color #806889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806889 is #7F9776. Grayscale: #727272. Windows color (decimal): -8361847 or 9005184. OLE color: 9005184.

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

Color convert

RGB128104137-
CMYK0.070.2400.46
HSL283.64º13.69%47.25%-
HSV(B)283.64º24.09%53.73%-
XYZ18.3716.325.84-
YUV114.94140.45137.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.69%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 137 (53.91% from 255) = 37.13%
R=34.69%
G=28.18%
B=37.13%

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
Decimal1281041370.070.2400.46283.6413.6947.25
Hex80688971802E11ce2f
Octal2001502117300564341657
Binary100000001101000100010011111100001011101000111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806889; }

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

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

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

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

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

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

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

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