#826CA1

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

Shades of Deluge #826CA1

Tints of Deluge #826CA1

Color information

#826CA1 (or 0x826CA1) is unknown color: approx Deluge. HEX triplet: 82, 6C and A1. RGB value is (130,108,161). Sum of RGB (Red+Green+Blue) = 130+108+161=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 161 - color contains mainly: blue. Hex color #826CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826CA1 is #7D935E. Grayscale: #787878. Windows color (decimal): -8229727 or 10579074. OLE color: 10579074.

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

Color convert

RGB130108161-
CMYK0.190.3300.37
HSL264.91º21.99%52.75%-
HSV(B)264.91º32.92%63.14%-
XYZ2118.0436.09-
YUV120.62150.79134.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 108 (42.58% from 255) = 27.07%
BLUE value IS 161 (63.28% from 255) = 40.35%
R=32.58%
G=27.07%
B=40.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1301081610.190.3300.37264.9121.9952.75
Hex826CA113210251091635
Octal20215424123410454112665
Binary1000001011011001010000110011100001010010110000100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,108,161); }

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

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

 a { background-color: rgb(130,108,161); }

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

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

 span { border-color: rgb(130,108,161); }

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