#826AAD

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

Shades of Deluge #826AAD

Tints of Deluge #826AAD

Color information

#826AAD (or 0x826AAD) is unknown color: approx Deluge. HEX triplet: 82, 6A and AD. RGB value is (130,106,173). Sum of RGB (Red+Green+Blue) = 130+106+173=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #826AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826AAD is #7D9552. Grayscale: #787878. Windows color (decimal): -8230227 or 11364994. OLE color: 11364994.

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

Color convert

RGB130106173-
CMYK0.250.3900.32
HSL261.49º29%54.71%-
HSV(B)261.49º38.73%67.84%-
XYZ21.918.0741.87-
YUV120.81157.45134.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.78%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=31.78%
G=25.92%
B=42.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301061730.250.3900.32261.492954.71
Hex826AAD19270201051d37
Octal20215225531470404053567
Binary1000001011010101010110111001100111010000010000010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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