#836FAE

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

Shades of Deluge #836FAE

Tints of Deluge #836FAE

Color information

#836FAE (or 0x836FAE) is unknown color: approx Deluge. HEX triplet: 83, 6F and AE. RGB value is (131,111,174). Sum of RGB (Red+Green+Blue) = 131+111+174=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #836FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836FAE is #7C9051. Grayscale: #7B7B7B. Windows color (decimal): -8163410 or 11431811. OLE color: 11431811.

HSL color Cylindrical-coordinate representation of color #836FAE: hue angle of 259.05º degrees, saturation: 0.28, 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 #836FAE is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131111174-
CMYK0.250.3600.32
HSL259.05º28%55.88%-
HSV(B)259.05º36.21%68.24%-
XYZ22.6819.2542.56-
YUV124.16156.13132.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.49%
GREEN value IS 111 (43.75% from 255) = 26.68%
BLUE value IS 174 (68.36% from 255) = 41.83%
R=31.49%
G=26.68%
B=41.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311111740.250.3600.32259.052855.88
Hex836FAE19240201031c38
Octal20315725631440404033470
Binary1000001111011111010111011001100100010000010000001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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