#826793

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

Shades of Mamba #826793

Tints of Mamba #826793

Color information

#826793 (or 0x826793) is unknown color: approx Mamba. HEX triplet: 82, 67 and 93. RGB value is (130,103,147). Sum of RGB (Red+Green+Blue) = 130+103+147=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #826793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826793 is #7D986C. Grayscale: #737373. Windows color (decimal): -8231021 or 9660290. OLE color: 9660290.

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

Color convert

RGB130103147-
CMYK0.120.3000.42
HSL276.82º17.6%49.02%-
HSV(B)276.82º29.93%57.65%-
XYZ19.3216.5529.78-
YUV116.09145.45137.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.21%
GREEN value IS 103 (40.62% from 255) = 27.11%
BLUE value IS 147 (57.81% from 255) = 38.68%
R=34.21%
G=27.11%
B=38.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301031470.120.3000.42276.8217.649.02
Hex826793C1E02A1151231
Octal20214722314360524252261
Binary10000010110011110010011110011110010101010001010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826793; }

 p { color: rgb(130,103,147); }

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

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

 a { background-color: rgb(130,103,147); }

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

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

 span { border-color: rgb(130,103,147); }

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