#826CAE

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

Shades of Deluge #826CAE

Tints of Deluge #826CAE

Color information

#826CAE (or 0x826CAE) is unknown color: approx Deluge. HEX triplet: 82, 6C and AE. RGB value is (130,108,174). Sum of RGB (Red+Green+Blue) = 130+108+174=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #826CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826CAE is #7D9351. Grayscale: #797979. Windows color (decimal): -8229714 or 11431042. OLE color: 11431042.

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

Color convert

RGB130108174-
CMYK0.250.3800.32
HSL260º28.95%55.29%-
HSV(B)260º37.93%68.24%-
XYZ22.2118.5342.45-
YUV122.1157.29133.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.55%
GREEN value IS 108 (42.58% from 255) = 26.21%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=31.55%
G=26.21%
B=42.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301081740.250.3800.3226028.9555.29
Hex826CAE19260201041d37
Octal20215425631460404043567
Binary1000001011011001010111011001100110010000010000010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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