#826FAE

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

Shades of Deluge #826FAE

Tints of Deluge #826FAE

Color information

#826FAE (or 0x826FAE) is unknown color: approx Deluge. HEX triplet: 82, 6F and AE. RGB value is (130,111,174). Sum of RGB (Red+Green+Blue) = 130+111+174=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #826FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826FAE is #7D9051. Grayscale: #7B7B7B. Windows color (decimal): -8228946 or 11431810. OLE color: 11431810.

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

Color convert

RGB130111174-
CMYK0.250.3600.32
HSL258.1º28%55.88%-
HSV(B)258.1º36.21%68.24%-
XYZ22.5319.1742.56-
YUV123.86156.29132.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.33%
GREEN value IS 111 (43.75% from 255) = 26.75%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=31.33%
G=26.75%
B=41.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301111740.250.3600.32258.12855.88
Hex826FAE19240201021c38
Octal20215725631440404023470
Binary1000001011011111010111011001100100010000010000001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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