#836FB5

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

Shades of Deluge #836FB5

Tints of Deluge #836FB5

Color information

#836FB5 (or 0x836FB5) is unknown color: approx Deluge. HEX triplet: 83, 6F and B5. RGB value is (131,111,181). Sum of RGB (Red+Green+Blue) = 131+111+181=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 181 - color contains mainly: blue. Hex color #836FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FB5 is #7C904A. Grayscale: #7C7C7C. Windows color (decimal): -8163403 or 11890563. OLE color: 11890563.

HSL color Cylindrical-coordinate representation of color #836FB5: hue angle of 257.14º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #836FB5 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB131111181-
CMYK0.280.3900.29
HSL257.14º32.11%57.25%-
HSV(B)257.14º38.67%70.98%-
XYZ23.3919.5346.25-
YUV124.96159.63132.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.97%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 181 (71.09% from 255) = 42.79%
R=30.97%
G=26.24%
B=42.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311111810.280.3900.29257.1432.1157.25
Hex836FB51C2701D1012039
Octal20315726534470354014071
Binary1000001111011111011010111100100111011101100000001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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