#827CAF

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

Shades of Deluge #827CAF

Tints of Deluge #827CAF

Color information

#827CAF (or 0x827CAF) is unknown color: approx Deluge. HEX triplet: 82, 7C and AF. RGB value is (130,124,175). Sum of RGB (Red+Green+Blue) = 130+124+175=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #827CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827CAF is #7D8350. Grayscale: #838383. Windows color (decimal): -8225617 or 11500674. OLE color: 11500674.

HSL color Cylindrical-coordinate representation of color #827CAF: hue angle of 247.06º 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 #827CAF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB130124175-
CMYK0.260.2900.31
HSL247.06º24.17%58.63%-
HSV(B)247.06º29.14%68.63%-
XYZ24.1522.2643.58-
YUV131.61152.49126.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 124 (48.83% from 255) = 28.90%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=30.30%
G=28.90%
B=40.79%

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
Decimal1301241750.260.2900.31247.0624.1758.63
Hex827CAF1A1D01Ff7183b
Octal20217425732350373673073
Binary1000001011111001010111111010111010111111111011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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