#827DAB

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

Shades of Deluge #827DAB

Tints of Deluge #827DAB

Color information

#827DAB (or 0x827DAB) is unknown color: approx Deluge. HEX triplet: 82, 7D and AB. RGB value is (130,125,171). Sum of RGB (Red+Green+Blue) = 130+125+171=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #827DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827DAB is #7D8254. Grayscale: #838383. Windows color (decimal): -8225365 or 11238786. OLE color: 11238786.

HSL color Cylindrical-coordinate representation of color #827DAB: hue angle of 246.52º degrees, saturation: 0.21, 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 #827DAB is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130125171-
CMYK0.240.2700.33
HSL246.52º21.5%58.04%-
HSV(B)246.52º26.9%67.06%-
XYZ23.8922.3541.58-
YUV131.74150.16126.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.52%
GREEN value IS 125 (49.22% from 255) = 29.34%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=30.52%
G=29.34%
B=40.14%

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
Decimal1301251710.240.2700.33246.5221.558.04
Hex827DAB181B021f7153a
Octal20217525330330413672572
Binary10000010111110110101011110001101101000011111011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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