#836EA2

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

Shades of Deluge #836EA2

Tints of Deluge #836EA2

Color information

#836EA2 (or 0x836EA2) is unknown color: approx Deluge. HEX triplet: 83, 6E and A2. RGB value is (131,110,162). Sum of RGB (Red+Green+Blue) = 131+110+162=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 162 - color contains mainly: blue. Hex color #836EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836EA2 is #7C915D. Grayscale: #7A7A7A. Windows color (decimal): -8163678 or 10645123. OLE color: 10645123.

HSL color Cylindrical-coordinate representation of color #836EA2: hue angle of 264.23º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #836EA2 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB131110162-
CMYK0.190.3200.36
HSL264.23º21.85%53.33%-
HSV(B)264.23º32.1%63.53%-
XYZ21.4618.5936.64-
YUV122.21150.46134.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.51%
GREEN value IS 110 (43.36% from 255) = 27.30%
BLUE value IS 162 (63.67% from 255) = 40.20%
R=32.51%
G=27.30%
B=40.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1311101620.190.3200.36264.2321.8553.33
Hex836EA213200241081635
Octal20315624223400444102665
Binary1000001111011101010001010011100000010010010000100010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836EA2; }

 p { color: rgb(131,110,162); }

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

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

 a { background-color: rgb(131,110,162); }

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

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

 span { border-color: rgb(131,110,162); }

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