#827DAC

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

Shades of Deluge #827DAC

Tints of Deluge #827DAC

Color information

#827DAC (or 0x827DAC) is unknown color: approx Deluge. HEX triplet: 82, 7D and AC. RGB value is (130,125,172). Sum of RGB (Red+Green+Blue) = 130+125+172=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #827DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827DAC is #7D8253. Grayscale: #838383. Windows color (decimal): -8225364 or 11304322. OLE color: 11304322.

HSL color Cylindrical-coordinate representation of color #827DAC: hue angle of 246.38º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #827DAC is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130125172-
CMYK0.240.2700.33
HSL246.38º22.07%58.24%-
HSV(B)246.38º27.33%67.45%-
XYZ23.9922.3942.09-
YUV131.85150.66126.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.44%
GREEN value IS 125 (49.22% from 255) = 29.27%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=30.44%
G=29.27%
B=40.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301251720.240.2700.33246.3822.0758.24
Hex827DAC181B021f6163a
Octal20217525430330413662672
Binary10000010111110110101100110001101101000011111011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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