#836BB5

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

Shades of Deluge #836BB5

Tints of Deluge #836BB5

Color information

#836BB5 (or 0x836BB5) is unknown color: approx Deluge. HEX triplet: 83, 6B and B5. RGB value is (131,107,181). Sum of RGB (Red+Green+Blue) = 131+107+181=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 181 - color contains mainly: blue. Hex color #836BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BB5 is #7C944A. Grayscale: #7A7A7A. Windows color (decimal): -8164427 or 11889539. OLE color: 11889539.

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

Color convert

RGB131107181-
CMYK0.280.4100.29
HSL259.46º33.33%56.47%-
HSV(B)259.46º40.88%70.98%-
XYZ22.9618.6846.11-
YUV122.61160.95133.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.26%
GREEN value IS 107 (42.19% from 255) = 25.54%
BLUE value IS 181 (71.09% from 255) = 43.20%
R=31.26%
G=25.54%
B=43.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311071810.280.4100.29259.4633.3356.47
Hex836BB51C2901D1032138
Octal20315326534510354034170
Binary1000001111010111011010111100101001011101100000011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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