#836BAC

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

Shades of Deluge #836BAC

Tints of Deluge #836BAC

Color information

#836BAC (or 0x836BAC) is unknown color: approx Deluge. HEX triplet: 83, 6B and AC. RGB value is (131,107,172). Sum of RGB (Red+Green+Blue) = 131+107+172=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #836BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836BAC is #7C9453. Grayscale: #797979. Windows color (decimal): -8164436 or 11299715. OLE color: 11299715.

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

Color convert

RGB131107172-
CMYK0.240.3800.33
HSL262.15º28.14%54.71%-
HSV(B)262.15º37.79%67.45%-
XYZ22.0618.3241.4-
YUV121.59156.45134.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.95%
GREEN value IS 107 (42.19% from 255) = 26.10%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=31.95%
G=26.10%
B=41.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311071720.240.3800.33262.1528.1454.71
Hex836BAC18260211061c37
Octal20315325430460414063467
Binary1000001111010111010110011000100110010000110000011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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