#836AAE

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

Shades of Deluge #836AAE

Tints of Deluge #836AAE

Color information

#836AAE (or 0x836AAE) is unknown color: approx Deluge. HEX triplet: 83, 6A and AE. RGB value is (131,106,174). Sum of RGB (Red+Green+Blue) = 131+106+174=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #836AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836AAE is #7C9551. Grayscale: #787878. Windows color (decimal): -8164690 or 11430531. OLE color: 11430531.

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

Color convert

RGB131106174-
CMYK0.250.3900.32
HSL262.06º29.57%54.9%-
HSV(B)262.06º39.08%68.24%-
XYZ22.1518.1942.39-
YUV121.23157.78134.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.87%
GREEN value IS 106 (41.80% from 255) = 25.79%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=31.87%
G=25.79%
B=42.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311061740.250.3900.32262.0629.5754.9
Hex836AAE19270201061e37
Octal20315225631470404063667
Binary1000001111010101010111011001100111010000010000011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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