#836493

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

Shades of Mamba #836493

Tints of Mamba #836493

Color information

#836493 (or 0x836493) is unknown color: approx Mamba. HEX triplet: 83, 64 and 93. RGB value is (131,100,147). Sum of RGB (Red+Green+Blue) = 131+100+147=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #836493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836493 is #7C9B6C. Grayscale: #727272. Windows color (decimal): -8166253 or 9659523. OLE color: 9659523.

HSL color Cylindrical-coordinate representation of color #836493: hue angle of 279.57º 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 #836493 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB131100147-
CMYK0.110.3200.42
HSL279.57º19.03%48.43%-
HSV(B)279.57º31.97%57.65%-
XYZ19.1816.0529.69-
YUV114.63146.27139.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.66%
GREEN value IS 100 (39.45% from 255) = 26.46%
BLUE value IS 147 (57.81% from 255) = 38.89%
R=34.66%
G=26.46%
B=38.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311001470.110.3200.42279.5719.0348.43
Hex836493B2002A1181330
Octal20314422313400524302360
Binary100000111100100100100111011100000010101010001100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836493; }

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

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

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

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

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

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

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

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