#806892

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

Shades of Mamba #806892

Tints of Mamba #806892

Color information

#806892 (or 0x806892) is unknown color: approx Mamba. HEX triplet: 80, 68 and 92. RGB value is (128,104,146). Sum of RGB (Red+Green+Blue) = 128+104+146=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #806892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806892 is #7F976D. Grayscale: #737373. Windows color (decimal): -8361838 or 9595008. OLE color: 9595008.

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

Color convert

RGB128104146-
CMYK0.120.2900.43
HSL274.29º16.8%49.02%-
HSV(B)274.29º28.77%57.25%-
XYZ19.0416.5729.39-
YUV115.96144.95136.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 104 (41.02% from 255) = 27.51%
BLUE value IS 146 (57.42% from 255) = 38.62%
R=33.86%
G=27.51%
B=38.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281041460.120.2900.43274.2916.849.02
Hex806892C1D02B1121131
Octal20015022214350534222161
Binary10000000110100010010010110011101010101110001001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806892; }

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

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

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

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

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

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

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

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