#826493

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

Shades of Mamba #826493

Tints of Mamba #826493

Color information

#826493 (or 0x826493) is unknown color: approx Mamba. HEX triplet: 82, 64 and 93. RGB value is (130,100,147). Sum of RGB (Red+Green+Blue) = 130+100+147=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #826493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826493 is #7D9B6C. Grayscale: #727272. Windows color (decimal): -8231789 or 9659522. OLE color: 9659522.

HSL color Cylindrical-coordinate representation of color #826493: hue angle of 278.3º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #826493 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB130100147-
CMYK0.120.3200.42
HSL278.3º19.03%48.43%-
HSV(B)278.3º31.97%57.65%-
XYZ19.0315.9729.68-
YUV114.33146.44139.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.48%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 147 (57.81% from 255) = 38.99%
R=34.48%
G=26.53%
B=38.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301001470.120.3200.42278.319.0348.43
Hex826493C2002A1161330
Octal20214422314400524262360
Binary100000101100100100100111100100000010101010001011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826493; }

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

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

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

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

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

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

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

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