#836CB6

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

Shades of Deluge #836CB6

Tints of Deluge #836CB6

Color information

#836CB6 (or 0x836CB6) is unknown color: approx Deluge. HEX triplet: 83, 6C and B6. RGB value is (131,108,182). Sum of RGB (Red+Green+Blue) = 131+108+182=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 182 (71.48% from 255 or 43.23% from 421); Max value from RGB is 182 - color contains mainly: blue. Hex color #836CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CB6 is #7C9349. Grayscale: #7B7B7B. Windows color (decimal): -8164170 or 11955331. OLE color: 11955331.

HSL color Cylindrical-coordinate representation of color #836CB6: hue angle of 258.65º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #836CB6 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB131108182-
CMYK0.280.4100.29
HSL258.65º33.64%56.86%-
HSV(B)258.65º40.66%71.37%-
XYZ23.1718.9346.69-
YUV123.31161.12133.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.12%
GREEN value IS 108 (42.58% from 255) = 25.65%
BLUE value IS 182 (71.48% from 255) = 43.23%
R=31.12%
G=25.65%
B=43.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311081820.280.4100.29258.6533.6456.86
Hex836CB61C2901D1032239
Octal20315426634510354034271
Binary1000001111011001011011011100101001011101100000011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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