#836EA9

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

Shades of Deluge #836EA9

Tints of Deluge #836EA9

Color information

#836EA9 (or 0x836EA9) is unknown color: approx Deluge. HEX triplet: 83, 6E and A9. RGB value is (131,110,169). Sum of RGB (Red+Green+Blue) = 131+110+169=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 169 - color contains mainly: blue. Hex color #836EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836EA9 is #7C9156. Grayscale: #7A7A7A. Windows color (decimal): -8163671 or 11103875. OLE color: 11103875.

HSL color Cylindrical-coordinate representation of color #836EA9: hue angle of 261.36º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #836EA9 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB131110169-
CMYK0.220.3500.34
HSL261.36º25.54%54.71%-
HSV(B)261.36º34.91%66.27%-
XYZ22.118.8440.01-
YUV123153.96133.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.95%
GREEN value IS 110 (43.36% from 255) = 26.83%
BLUE value IS 169 (66.41% from 255) = 41.22%
R=31.95%
G=26.83%
B=41.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1311101690.220.3500.34261.3625.5454.71
Hex836EA916230221051a37
Octal20315625126430424053267
Binary1000001111011101010100110110100011010001010000010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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