#827DAD

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

Shades of Deluge #827DAD

Tints of Deluge #827DAD

Color information

#827DAD (or 0x827DAD) is unknown color: approx Deluge. HEX triplet: 82, 7D and AD. RGB value is (130,125,173). Sum of RGB (Red+Green+Blue) = 130+125+173=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #827DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827DAD is #7D8252. Grayscale: #838383. Windows color (decimal): -8225363 or 11369858. OLE color: 11369858.

HSL color Cylindrical-coordinate representation of color #827DAD: hue angle of 246.25º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #827DAD is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB130125173-
CMYK0.250.2800.32
HSL246.25º22.64%58.43%-
HSV(B)246.25º27.75%67.84%-
XYZ24.0822.4342.6-
YUV131.97151.16126.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.37%
GREEN value IS 125 (49.22% from 255) = 29.21%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=30.37%
G=29.21%
B=40.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301251730.250.2800.32246.2522.6458.43
Hex827DAD191C020f6173a
Octal20217525531340403662772
Binary10000010111110110101101110011110001000001111011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827DAD; }

 p { color: rgb(130,125,173); }

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

<style>
 a { background-color: #827DAD; }

 a { background-color: rgb(130,125,173); }

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

<style>
 span { border-color: #827DAD; }

 span { border-color: rgb(130,125,173); }

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