#806692

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

Shades of Mamba #806692

Tints of Mamba #806692

Color information

#806692 (or 0x806692) is unknown color: approx Mamba. HEX triplet: 80, 66 and 92. RGB value is (128,102,146). Sum of RGB (Red+Green+Blue) = 128+102+146=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 146 - color contains mainly: blue. Hex color #806692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806692 is #7F996D. Grayscale: #727272. Windows color (decimal): -8362350 or 9594496. OLE color: 9594496.

HSL color Cylindrical-coordinate representation of color #806692: hue angle of 275.45º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #806692 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB128102146-
CMYK0.120.3000.43
HSL275.45º17.74%48.63%-
HSV(B)275.45º30.14%57.25%-
XYZ18.8416.1729.32-
YUV114.79145.61137.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 146 (57.42% from 255) = 38.83%
R=34.04%
G=27.13%
B=38.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281021460.120.3000.43275.4517.7448.63
Hex806692C1E02B1131231
Octal20014622214360534232261
Binary10000000110011010010010110011110010101110001001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806692; }

 p { color: rgb(128,102,146); }

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

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

 a { background-color: rgb(128,102,146); }

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

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

 span { border-color: rgb(128,102,146); }

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