#836BB4

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

Shades of Deluge #836BB4

Tints of Deluge #836BB4

Color information

#836BB4 (or 0x836BB4) is unknown color: approx Deluge. HEX triplet: 83, 6B and B4. RGB value is (131,107,180). Sum of RGB (Red+Green+Blue) = 131+107+180=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 180 - color contains mainly: blue. Hex color #836BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BB4 is #7C944B. Grayscale: #7A7A7A. Windows color (decimal): -8164428 or 11824003. OLE color: 11824003.

HSL color Cylindrical-coordinate representation of color #836BB4: hue angle of 259.73º 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 #836BB4 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB131107180-
CMYK0.270.4100.29
HSL259.73º32.74%56.27%-
HSV(B)259.73º40.56%70.59%-
XYZ22.8618.6445.57-
YUV122.5160.45134.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.34%
GREEN value IS 107 (42.19% from 255) = 25.60%
BLUE value IS 180 (70.70% from 255) = 43.06%
R=31.34%
G=25.60%
B=43.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311071800.270.4100.29259.7332.7456.27
Hex836BB41B2901D1042138
Octal20315326433510354044170
Binary1000001111010111011010011011101001011101100000100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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