#826AA4

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

Shades of Deluge #826AA4

Tints of Deluge #826AA4

Color information

#826AA4 (or 0x826AA4) is unknown color: approx Deluge. HEX triplet: 82, 6A and A4. RGB value is (130,106,164). Sum of RGB (Red+Green+Blue) = 130+106+164=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 164 - color contains mainly: blue. Hex color #826AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826AA4 is #7D955B. Grayscale: #777777. Windows color (decimal): -8230236 or 10775170. OLE color: 10775170.

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

Color convert

RGB130106164-
CMYK0.210.3500.36
HSL264.83º24.17%52.94%-
HSV(B)264.83º35.37%64.31%-
XYZ21.0617.7337.43-
YUV119.79152.95135.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.5%
GREEN value IS 106 (41.80% from 255) = 26.5%
BLUE value IS 164 (64.45% from 255) = 41%
R=32.5%
G=26.5%
B=41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301061640.210.3500.36264.8324.1752.94
Hex826AA415230241091835
Octal20215224425430444113065
Binary1000001011010101010010010101100011010010010000100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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