#825EB5

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

Shades of Deluge #825EB5

Tints of Deluge #825EB5

Color information

#825EB5 (or 0x825EB5) is unknown color: approx Deluge. HEX triplet: 82, 5E and B5. RGB value is (130,94,181). Sum of RGB (Red+Green+Blue) = 130+94+181=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 181 - color contains mainly: blue. Hex color #825EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825EB5 is #7DA14A. Grayscale: #727272. Windows color (decimal): -8233291 or 11886210. OLE color: 11886210.

HSL color Cylindrical-coordinate representation of color #825EB5: hue angle of 264.83º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #825EB5 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13094181-
CMYK0.280.4800.29
HSL264.83º37.02%53.92%-
HSV(B)264.83º48.07%70.98%-
XYZ21.5516.0945.69-
YUV114.68165.43138.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 181 (71.09% from 255) = 44.69%
R=32.10%
G=23.21%
B=44.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130941810.280.4800.29264.8337.0253.92
Hex825EB51C3001D1092536
Octal20213626534600354114566
Binary1000001010111101011010111100110000011101100001001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825EB5; }

 p { color: rgb(130,94,181); }

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

<style>
 a { background-color: #825EB5; }

 a { background-color: rgb(130,94,181); }

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

<style>
 span { border-color: #825EB5; }

 span { border-color: rgb(130,94,181); }

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