#826BAE

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

Shades of Deluge #826BAE

Tints of Deluge #826BAE

Color information

#826BAE (or 0x826BAE) is unknown color: approx Deluge. HEX triplet: 82, 6B and AE. RGB value is (130,107,174). Sum of RGB (Red+Green+Blue) = 130+107+174=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #826BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826BAE is #7D9451. Grayscale: #797979. Windows color (decimal): -8229970 or 11430786. OLE color: 11430786.

HSL color Cylindrical-coordinate representation of color #826BAE: hue angle of 260.6º 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 #826BAE is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB130107174-
CMYK0.250.3900.32
HSL260.6º29.26%55.1%-
HSV(B)260.6º38.51%68.24%-
XYZ22.118.3242.41-
YUV121.52157.62134.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 107 (42.19% from 255) = 26.03%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=31.63%
G=26.03%
B=42.34%

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
Decimal1301071740.250.3900.32260.629.2655.1
Hex826BAE19270201051d37
Octal20215325631470404053567
Binary1000001011010111010111011001100111010000010000010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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