#825EAF

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

Shades of Deluge #825EAF

Tints of Deluge #825EAF

Color information

#825EAF (or 0x825EAF) is unknown color: approx Deluge. HEX triplet: 82, 5E and AF. RGB value is (130,94,175). Sum of RGB (Red+Green+Blue) = 130+94+175=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #825EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825EAF is #7DA150. Grayscale: #717171. Windows color (decimal): -8233297 or 11492994. OLE color: 11492994.

HSL color Cylindrical-coordinate representation of color #825EAF: hue angle of 266.67º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #825EAF is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13094175-
CMYK0.260.4600.31
HSL266.67º33.61%52.75%-
HSV(B)266.67º46.29%68.63%-
XYZ20.9515.8542.51-
YUV114162.43139.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 94 (37.11% from 255) = 23.56%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=32.58%
G=23.56%
B=43.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130941750.260.4600.31266.6733.6152.75
Hex825EAF1A2E01F10b2235
Octal20213625732560374134265
Binary1000001010111101010111111010101110011111100001011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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