#826FAA

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

Shades of Deluge #826FAA

Tints of Deluge #826FAA

Color information

#826FAA (or 0x826FAA) is unknown color: approx Deluge. HEX triplet: 82, 6F and AA. RGB value is (130,111,170). Sum of RGB (Red+Green+Blue) = 130+111+170=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #826FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826FAA is #7D9055. Grayscale: #7B7B7B. Windows color (decimal): -8228950 or 11169666. OLE color: 11169666.

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

Color convert

RGB130111170-
CMYK0.240.3500.33
HSL259.32º25.76%55.1%-
HSV(B)259.32º34.71%66.67%-
XYZ22.1519.0240.53-
YUV123.41154.29132.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=31.63%
G=27.01%
B=41.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301111700.240.3500.33259.3225.7655.1
Hex826FAA18230211031a37
Octal20215725230430414033267
Binary1000001011011111010101011000100011010000110000001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,111,170); }

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

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

 a { background-color: rgb(130,111,170); }

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

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

 span { border-color: rgb(130,111,170); }

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