#826AAB

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

Shades of Deluge #826AAB

Tints of Deluge #826AAB

Color information

#826AAB (or 0x826AAB) is unknown color: approx Deluge. HEX triplet: 82, 6A and AB. RGB value is (130,106,171). Sum of RGB (Red+Green+Blue) = 130+106+171=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #826AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826AAB is #7D9554. Grayscale: #787878. Windows color (decimal): -8230229 or 11233922. OLE color: 11233922.

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

Color convert

RGB130106171-
CMYK0.240.3800.33
HSL262.15º27.9%54.31%-
HSV(B)262.15º38.01%67.06%-
XYZ21.7117.9940.86-
YUV120.59156.45134.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.94%
GREEN value IS 106 (41.80% from 255) = 26.04%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=31.94%
G=26.04%
B=42.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301061710.240.3800.33262.1527.954.31
Hex826AAB18260211061c36
Octal20215225330460414063466
Binary1000001011010101010101111000100110010000110000011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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