#836FAB

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

Shades of Deluge #836FAB

Tints of Deluge #836FAB

Color information

#836FAB (or 0x836FAB) is unknown color: approx Deluge. HEX triplet: 83, 6F and AB. RGB value is (131,111,171). Sum of RGB (Red+Green+Blue) = 131+111+171=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #836FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836FAB is #7C9054. Grayscale: #7B7B7B. Windows color (decimal): -8163413 or 11235203. OLE color: 11235203.

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

Color convert

RGB131111171-
CMYK0.230.3500.33
HSL260º26.32%55.29%-
HSV(B)260º35.09%67.06%-
XYZ22.419.1341.04-
YUV123.82154.63133.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.72%
GREEN value IS 111 (43.75% from 255) = 26.88%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=31.72%
G=26.88%
B=41.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311111710.230.3500.3326026.3255.29
Hex836FAB17230211041a37
Octal20315725327430414043267
Binary1000001111011111010101110111100011010000110000010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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