#826EAD

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

Shades of Deluge #826EAD

Tints of Deluge #826EAD

Color information

#826EAD (or 0x826EAD) is unknown color: approx Deluge. HEX triplet: 82, 6E and AD. RGB value is (130,110,173). Sum of RGB (Red+Green+Blue) = 130+110+173=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #826EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826EAD is #7D9152. Grayscale: #7A7A7A. Windows color (decimal): -8229203 or 11366018. OLE color: 11366018.

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

Color convert

RGB130110173-
CMYK0.250.3600.32
HSL259.05º27.75%55.49%-
HSV(B)259.05º36.42%67.84%-
XYZ22.3218.9142.01-
YUV123.16156.13132.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=31.48%
G=26.63%
B=41.89%

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
Decimal1301101730.250.3600.32259.0527.7555.49
Hex826EAD19240201031c37
Octal20215625531440404033467
Binary1000001011011101010110111001100100010000010000001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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