#826DA2

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

Shades of Deluge #826DA2

Tints of Deluge #826DA2

Color information

#826DA2 (or 0x826DA2) is unknown color: approx Deluge. HEX triplet: 82, 6D and A2. RGB value is (130,109,162). Sum of RGB (Red+Green+Blue) = 130+109+162=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 162 - color contains mainly: blue. Hex color #826DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826DA2 is #7D925D. Grayscale: #797979. Windows color (decimal): -8229470 or 10644866. OLE color: 10644866.

HSL color Cylindrical-coordinate representation of color #826DA2: hue angle of 263.77º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #826DA2 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB130109162-
CMYK0.200.3300.36
HSL263.77º22.18%53.14%-
HSV(B)263.77º32.72%63.53%-
XYZ21.218.2936.6-
YUV121.32150.96134.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.42%
GREEN value IS 109 (42.97% from 255) = 27.18%
BLUE value IS 162 (63.67% from 255) = 40.40%
R=32.42%
G=27.18%
B=40.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301091620.200.3300.36263.7722.1853.14
Hex826DA214210241081635
Octal20215524224410444102665
Binary1000001011011011010001010100100001010010010000100010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826DA2; }

 p { color: rgb(130,109,162); }

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

<style>
 a { background-color: #826DA2; }

 a { background-color: rgb(130,109,162); }

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

<style>
 span { border-color: #826DA2; }

 span { border-color: rgb(130,109,162); }

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