#826EAE

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

Shades of Deluge #826EAE

Tints of Deluge #826EAE

Color information

#826EAE (or 0x826EAE) is unknown color: approx Deluge. HEX triplet: 82, 6E and AE. RGB value is (130,110,174). Sum of RGB (Red+Green+Blue) = 130+110+174=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #826EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826EAE is #7D9151. Grayscale: #7B7B7B. Windows color (decimal): -8229202 or 11431554. OLE color: 11431554.

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

Color convert

RGB130110174-
CMYK0.250.3700.32
HSL258.75º28.32%55.69%-
HSV(B)258.75º36.78%68.24%-
XYZ22.4218.9542.52-
YUV123.28156.63132.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.40%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=31.40%
G=26.57%
B=42.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301101740.250.3700.32258.7528.3255.69
Hex826EAE19250201031c38
Octal20215625631450404033470
Binary1000001011011101010111011001100101010000010000001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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