#806F8B

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

Shades of Mamba #806F8B

Tints of Mamba #806F8B

Color information

#806F8B (or 0x806F8B) is unknown color: approx Mamba. HEX triplet: 80, 6F and 8B. RGB value is (128,111,139). Sum of RGB (Red+Green+Blue) = 128+111+139=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 139 - color contains mainly: blue. Hex color #806F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806F8B is #7F9074. Grayscale: #777777. Windows color (decimal): -8360053 or 9138048. OLE color: 9138048.

HSL color Cylindrical-coordinate representation of color #806F8B: hue angle of 276.43º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #806F8B is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB128111139-
CMYK0.080.2000.45
HSL276.43º11.2%49.02%-
HSV(B)276.43º20.14%54.51%-
XYZ19.2517.8226.85-
YUV119.28139.13134.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 111 (43.75% from 255) = 29.37%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=33.86%
G=29.37%
B=36.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281111390.080.2000.45276.4311.249.02
Hex806F8B81402D114b31
Octal20015721310240554241361
Binary1000000011011111000101110001010001011011000101001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806F8B; }

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

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

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

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

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

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

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

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