#826EAF

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

Shades of Deluge #826EAF

Tints of Deluge #826EAF

Color information

#826EAF (or 0x826EAF) is unknown color: approx Deluge. HEX triplet: 82, 6E and AF. RGB value is (130,110,175). Sum of RGB (Red+Green+Blue) = 130+110+175=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #826EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826EAF is #7D9150. Grayscale: #7B7B7B. Windows color (decimal): -8229201 or 11497090. OLE color: 11497090.

HSL color Cylindrical-coordinate representation of color #826EAF: hue angle of 258.46º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #826EAF is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB130110175-
CMYK0.260.3700.31
HSL258.46º28.89%55.88%-
HSV(B)258.46º37.14%68.63%-
XYZ22.5218.9943.04-
YUV123.39157.13132.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.33%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 175 (68.75% from 255) = 42.17%
R=31.33%
G=26.51%
B=42.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301101750.260.3700.31258.4628.8955.88
Hex826EAF1A2501F1021d38
Octal20215625732450374023570
Binary100000101101110101011111101010010101111110000001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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