#826EB4

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

Shades of Deluge #826EB4

Tints of Deluge #826EB4

Color information

#826EB4 (or 0x826EB4) is unknown color: approx Deluge. HEX triplet: 82, 6E and B4. RGB value is (130,110,180). Sum of RGB (Red+Green+Blue) = 130+110+180=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 180 - color contains mainly: blue. Hex color #826EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826EB4 is #7D914B. Grayscale: #7B7B7B. Windows color (decimal): -8229196 or 11824770. OLE color: 11824770.

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

Color convert

RGB130110180-
CMYK0.280.3900.29
HSL257.14º31.82%56.86%-
HSV(B)257.14º38.89%70.59%-
XYZ23.0219.1945.67-
YUV123.96159.63132.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.95%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 180 (70.70% from 255) = 42.86%
R=30.95%
G=26.19%
B=42.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1301101800.280.3900.29257.1431.8256.86
Hex826EB41C2701D1012039
Octal20215626434470354014071
Binary1000001011011101011010011100100111011101100000001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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