#836BA2

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

Shades of Deluge #836BA2

Tints of Deluge #836BA2

Color information

#836BA2 (or 0x836BA2) is unknown color: approx Deluge. HEX triplet: 83, 6B and A2. RGB value is (131,107,162). Sum of RGB (Red+Green+Blue) = 131+107+162=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 162 - color contains mainly: blue. Hex color #836BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836BA2 is #7C945D. Grayscale: #787878. Windows color (decimal): -8164446 or 10644355. OLE color: 10644355.

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

Color convert

RGB131107162-
CMYK0.190.3400.36
HSL266.18º22.82%52.75%-
HSV(B)266.18º33.95%63.53%-
XYZ21.1417.9536.53-
YUV120.45151.45135.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.75%
GREEN value IS 107 (42.19% from 255) = 26.75%
BLUE value IS 162 (63.67% from 255) = 40.5%
R=32.75%
G=26.75%
B=40.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1311071620.190.3400.36266.1822.8252.75
Hex836BA2132202410a1735
Octal20315324223420444122765
Binary1000001111010111010001010011100010010010010000101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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