#826FA5

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

Shades of Deluge #826FA5

Tints of Deluge #826FA5

Color information

#826FA5 (or 0x826FA5) is unknown color: approx Deluge. HEX triplet: 82, 6F and A5. RGB value is (130,111,165). Sum of RGB (Red+Green+Blue) = 130+111+165=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 165 - color contains mainly: blue. Hex color #826FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826FA5 is #7D905A. Grayscale: #7A7A7A. Windows color (decimal): -8228955 or 10841986. OLE color: 10841986.

HSL color Cylindrical-coordinate representation of color #826FA5: hue angle of 261.11º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #826FA5 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB130111165-
CMYK0.210.3300.35
HSL261.11º23.08%54.12%-
HSV(B)261.11º32.73%64.71%-
XYZ21.6818.8338.09-
YUV122.84151.79133.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 165 (64.84% from 255) = 40.64%
R=32.02%
G=27.34%
B=40.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1301111650.210.3300.35261.1123.0854.12
Hex826FA515210231051736
Octal20215724525410434052766
Binary1000001011011111010010110101100001010001110000010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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