#836EAE

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

Shades of Deluge #836EAE

Tints of Deluge #836EAE

Color information

#836EAE (or 0x836EAE) is unknown color: approx Deluge. HEX triplet: 83, 6E and AE. RGB value is (131,110,174). Sum of RGB (Red+Green+Blue) = 131+110+174=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #836EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836EAE is #7C9151. Grayscale: #7B7B7B. Windows color (decimal): -8163666 or 11431555. OLE color: 11431555.

HSL color Cylindrical-coordinate representation of color #836EAE: hue angle of 259.69º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #836EAE is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131110174-
CMYK0.250.3700.32
HSL259.69º28.32%55.69%-
HSV(B)259.69º36.78%68.24%-
XYZ22.5819.0342.53-
YUV123.57156.46133.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.57%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=31.57%
G=26.51%
B=41.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311101740.250.3700.32259.6928.3255.69
Hex836EAE19250201041c38
Octal20315625631450404043470
Binary1000001111011101010111011001100101010000010000010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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