#826AB5

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

Shades of Deluge #826AB5

Tints of Deluge #826AB5

Color information

#826AB5 (or 0x826AB5) is unknown color: approx Deluge. HEX triplet: 82, 6A and B5. RGB value is (130,106,181). Sum of RGB (Red+Green+Blue) = 130+106+181=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 181 - color contains mainly: blue. Hex color #826AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826AB5 is #7D954A. Grayscale: #797979. Windows color (decimal): -8230219 or 11889282. OLE color: 11889282.

HSL color Cylindrical-coordinate representation of color #826AB5: hue angle of 259.2º degrees, saturation: 0.34, 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 #826AB5 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB130106181-
CMYK0.280.4100.29
HSL259.2º33.63%56.27%-
HSV(B)259.2º41.44%70.98%-
XYZ22.718.3946.07-
YUV121.73161.45133.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.18%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 181 (71.09% from 255) = 43.41%
R=31.18%
G=25.42%
B=43.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1301061810.280.4100.29259.233.6356.27
Hex826AB51C2901D1032238
Octal20215226534510354034270
Binary1000001011010101011010111100101001011101100000011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,106,181); }

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

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

 a { background-color: rgb(130,106,181); }

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

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

 span { border-color: rgb(130,106,181); }

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