#836EA5

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

Shades of Deluge #836EA5

Tints of Deluge #836EA5

Color information

#836EA5 (or 0x836EA5) is unknown color: approx Deluge. HEX triplet: 83, 6E and A5. RGB value is (131,110,165). Sum of RGB (Red+Green+Blue) = 131+110+165=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 165 - color contains mainly: blue. Hex color #836EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836EA5 is #7C915A. Grayscale: #7A7A7A. Windows color (decimal): -8163675 or 10841731. OLE color: 10841731.

HSL color Cylindrical-coordinate representation of color #836EA5: hue angle of 262.91º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #836EA5 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB131110165-
CMYK0.210.3300.35
HSL262.91º23.4%53.92%-
HSV(B)262.91º33.33%64.71%-
XYZ21.7318.6938.06-
YUV122.55151.96134.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 110 (43.36% from 255) = 27.09%
BLUE value IS 165 (64.84% from 255) = 40.64%
R=32.27%
G=27.09%
B=40.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311101650.210.3300.35262.9123.453.92
Hex836EA515210231071736
Octal20315624525410434072766
Binary1000001111011101010010110101100001010001110000011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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