#826AAE

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

Shades of Deluge #826AAE

Tints of Deluge #826AAE

Color information

#826AAE (or 0x826AAE) is unknown color: approx Deluge. HEX triplet: 82, 6A and AE. RGB value is (130,106,174). Sum of RGB (Red+Green+Blue) = 130+106+174=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #826AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826AAE is #7D9551. Grayscale: #787878. Windows color (decimal): -8230226 or 11430530. OLE color: 11430530.

HSL color Cylindrical-coordinate representation of color #826AAE: hue angle of 261.18º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #826AAE is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB130106174-
CMYK0.250.3900.32
HSL261.18º29.57%54.9%-
HSV(B)261.18º39.08%68.24%-
XYZ2218.1142.38-
YUV120.93157.95134.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.71%
GREEN value IS 106 (41.80% from 255) = 25.85%
BLUE value IS 174 (68.36% from 255) = 42.44%
R=31.71%
G=25.85%
B=42.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301061740.250.3900.32261.1829.5754.9
Hex826AAE19270201051e37
Octal20215225631470404053667
Binary1000001011010101010111011001100111010000010000010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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