#827DAF

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

Shades of Deluge #827DAF

Tints of Deluge #827DAF

Color information

#827DAF (or 0x827DAF) is unknown color: approx Deluge. HEX triplet: 82, 7D and AF. RGB value is (130,125,175). Sum of RGB (Red+Green+Blue) = 130+125+175=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #827DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827DAF is #7D8250. Grayscale: #848484. Windows color (decimal): -8225361 or 11500930. OLE color: 11500930.

HSL color Cylindrical-coordinate representation of color #827DAF: hue angle of 246º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #827DAF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB130125175-
CMYK0.260.2900.31
HSL246º23.81%58.82%-
HSV(B)246º28.57%68.63%-
XYZ24.2822.5143.62-
YUV132.2152.16126.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.23%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 175 (68.75% from 255) = 40.70%
R=30.23%
G=29.07%
B=40.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301251750.260.2900.3124623.8158.82
Hex827DAF1A1D01Ff6183b
Octal20217525732350373663073
Binary1000001011111011010111111010111010111111111011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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