#836EB4

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

Shades of Deluge #836EB4

Tints of Deluge #836EB4

Color information

#836EB4 (or 0x836EB4) is unknown color: approx Deluge. HEX triplet: 83, 6E and B4. RGB value is (131,110,180). Sum of RGB (Red+Green+Blue) = 131+110+180=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #836EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836EB4 is #7C914B. Grayscale: #7B7B7B. Windows color (decimal): -8163660 or 11824771. OLE color: 11824771.

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

Color convert

RGB131110180-
CMYK0.270.3900.29
HSL258º31.82%56.86%-
HSV(B)258º38.89%70.59%-
XYZ23.1719.2745.68-
YUV124.26159.46132.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.12%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 180 (70.70% from 255) = 42.76%
R=31.12%
G=26.13%
B=42.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311101800.270.3900.2925831.8256.86
Hex836EB41B2701D1022039
Octal20315626433470354024071
Binary1000001111011101011010011011100111011101100000010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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