#836FAD

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

Shades of Deluge #836FAD

Tints of Deluge #836FAD

Color information

#836FAD (or 0x836FAD) is unknown color: approx Deluge. HEX triplet: 83, 6F and AD. RGB value is (131,111,173). Sum of RGB (Red+Green+Blue) = 131+111+173=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #836FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836FAD is #7C9052. Grayscale: #7B7B7B. Windows color (decimal): -8163411 or 11366275. OLE color: 11366275.

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

Color convert

RGB131111173-
CMYK0.240.3600.32
HSL259.35º27.43%55.69%-
HSV(B)259.35º35.84%67.84%-
XYZ22.5919.2142.05-
YUV124.05155.63132.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.57%
GREEN value IS 111 (43.75% from 255) = 26.75%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=31.57%
G=26.75%
B=41.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311111730.240.3600.32259.3527.4355.69
Hex836FAD18240201031b38
Octal20315725530440404033370
Binary1000001111011111010110111000100100010000010000001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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