#836CAE

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

Shades of Deluge #836CAE

Tints of Deluge #836CAE

Color information

#836CAE (or 0x836CAE) is unknown color: approx Deluge. HEX triplet: 83, 6C and AE. RGB value is (131,108,174). Sum of RGB (Red+Green+Blue) = 131+108+174=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #836CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836CAE is #7C9351. Grayscale: #7A7A7A. Windows color (decimal): -8164178 or 11431043. OLE color: 11431043.

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

Color convert

RGB131108174-
CMYK0.250.3800.32
HSL260.91º28.95%55.29%-
HSV(B)260.91º37.93%68.24%-
XYZ22.3618.6142.46-
YUV122.4157.12134.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.72%
GREEN value IS 108 (42.58% from 255) = 26.15%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=31.72%
G=26.15%
B=42.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311081740.250.3800.32260.9128.9555.29
Hex836CAE19260201051d37
Octal20315425631460404053567
Binary1000001111011001010111011001100110010000010000010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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