#836DAB

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

Shades of Deluge #836DAB

Tints of Deluge #836DAB

Color information

#836DAB (or 0x836DAB) is unknown color: approx Deluge. HEX triplet: 83, 6D and AB. RGB value is (131,109,171). Sum of RGB (Red+Green+Blue) = 131+109+171=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #836DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836DAB is #7C9254. Grayscale: #7A7A7A. Windows color (decimal): -8163925 or 11234691. OLE color: 11234691.

HSL color Cylindrical-coordinate representation of color #836DAB: hue angle of 261.29º 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 #836DAB is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131109171-
CMYK0.230.3600.33
HSL261.29º26.96%54.9%-
HSV(B)261.29º36.26%67.06%-
XYZ22.1818.740.97-
YUV122.65155.29133.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.87%
GREEN value IS 109 (42.97% from 255) = 26.52%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=31.87%
G=26.52%
B=41.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311091710.230.3600.33261.2926.9654.9
Hex836DAB17240211051b37
Octal20315525327440414053367
Binary1000001111011011010101110111100100010000110000010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,109,171); }

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

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

 a { background-color: rgb(131,109,171); }

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

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

 span { border-color: rgb(131,109,171); }

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