#806989

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

Shades of Mamba #806989

Tints of Mamba #806989

Color information

#806989 (or 0x806989) is unknown color: approx Mamba. HEX triplet: 80, 69 and 89. RGB value is (128,105,137). Sum of RGB (Red+Green+Blue) = 128+105+137=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #806989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806989 is #7F9676. Grayscale: #737373. Windows color (decimal): -8361591 or 9005440. OLE color: 9005440.

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

Color convert

RGB128105137-
CMYK0.070.2300.46
HSL283.12º13.22%47.45%-
HSV(B)283.12º23.36%53.73%-
XYZ18.4716.525.88-
YUV115.52140.12136.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=34.59%
G=28.38%
B=37.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281051370.070.2300.46283.1213.2247.45
Hex80698971702E11bd2f
Octal2001512117270564331557
Binary100000001101001100010011111011101011101000110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806989; }

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

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

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

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

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

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

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

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