#836EAC

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

Shades of Deluge #836EAC

Tints of Deluge #836EAC

Color information

#836EAC (or 0x836EAC) is unknown color: approx Deluge. HEX triplet: 83, 6E and AC. RGB value is (131,110,172). Sum of RGB (Red+Green+Blue) = 131+110+172=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #836EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836EAC is #7C9153. Grayscale: #7B7B7B. Windows color (decimal): -8163668 or 11300483. OLE color: 11300483.

HSL color Cylindrical-coordinate representation of color #836EAC: hue angle of 260.32º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #836EAC is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131110172-
CMYK0.240.3600.33
HSL260.32º27.19%55.29%-
HSV(B)260.32º36.05%67.45%-
XYZ22.3818.9641.51-
YUV123.35155.46133.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.72%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=31.72%
G=26.63%
B=41.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311101720.240.3600.33260.3227.1955.29
Hex836EAC18240211041b37
Octal20315625430440414043367
Binary1000001111011101010110011000100100010000110000010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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