#836BB6

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

Shades of Deluge #836BB6

Tints of Deluge #836BB6

Color information

#836BB6 (or 0x836BB6) is unknown color: approx Deluge. HEX triplet: 83, 6B and B6. RGB value is (131,107,182). Sum of RGB (Red+Green+Blue) = 131+107+182=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 182 - color contains mainly: blue. Hex color #836BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BB6 is #7C9449. Grayscale: #7A7A7A. Windows color (decimal): -8164426 or 11955075. OLE color: 11955075.

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

Color convert

RGB131107182-
CMYK0.280.4100.29
HSL259.2º33.94%56.67%-
HSV(B)259.2º41.21%71.37%-
XYZ23.0618.7246.65-
YUV122.73161.45133.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.19%
GREEN value IS 107 (42.19% from 255) = 25.48%
BLUE value IS 182 (71.48% from 255) = 43.33%
R=31.19%
G=25.48%
B=43.33%

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
Decimal1311071820.280.4100.29259.233.9456.67
Hex836BB61C2901D1032239
Octal20315326634510354034271
Binary1000001111010111011011011100101001011101100000011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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