#836FB4

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

Shades of Deluge #836FB4

Tints of Deluge #836FB4

Color information

#836FB4 (or 0x836FB4) is unknown color: approx Deluge. HEX triplet: 83, 6F and B4. RGB value is (131,111,180). Sum of RGB (Red+Green+Blue) = 131+111+180=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #836FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FB4 is #7C904B. Grayscale: #7C7C7C. Windows color (decimal): -8163404 or 11825027. OLE color: 11825027.

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

Color convert

RGB131111180-
CMYK0.270.3800.29
HSL257.39º31.51%57.06%-
HSV(B)257.39º38.33%70.59%-
XYZ23.2819.4945.71-
YUV124.85159.13132.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.04%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 180 (70.70% from 255) = 42.65%
R=31.04%
G=26.30%
B=42.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311111800.270.3800.29257.3931.5157.06
Hex836FB41B2601D1012039
Octal20315726433460354014071
Binary1000001111011111011010011011100110011101100000001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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