#826EAC

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

Shades of Deluge #826EAC

Tints of Deluge #826EAC

Color information

#826EAC (or 0x826EAC) is unknown color: approx Deluge. HEX triplet: 82, 6E and AC. RGB value is (130,110,172). Sum of RGB (Red+Green+Blue) = 130+110+172=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #826EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826EAC is #7D9153. Grayscale: #7A7A7A. Windows color (decimal): -8229204 or 11300482. OLE color: 11300482.

HSL color Cylindrical-coordinate representation of color #826EAC: hue angle of 259.35º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #826EAC is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130110172-
CMYK0.240.3600.33
HSL259.35º27.19%55.29%-
HSV(B)259.35º36.05%67.45%-
XYZ22.2318.8841.5-
YUV123.05155.63132.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.55%
GREEN value IS 110 (43.36% from 255) = 26.70%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=31.55%
G=26.70%
B=41.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301101720.240.3600.33259.3527.1955.29
Hex826EAC18240211031b37
Octal20215625430440414033367
Binary1000001011011101010110011000100100010000110000001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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