#827CAA

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

Shades of Deluge #827CAA

Tints of Deluge #827CAA

Color information

#827CAA (or 0x827CAA) is unknown color: approx Deluge. HEX triplet: 82, 7C and AA. RGB value is (130,124,170). Sum of RGB (Red+Green+Blue) = 130+124+170=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #827CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827CAA is #7D8355. Grayscale: #828282. Windows color (decimal): -8225622 or 11172994. OLE color: 11172994.

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

Color convert

RGB130124170-
CMYK0.240.2700.33
HSL247.83º21.3%57.65%-
HSV(B)247.83º27.06%66.67%-
XYZ23.6722.0641.04-
YUV131.04149.99127.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.66%
GREEN value IS 124 (48.83% from 255) = 29.25%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=30.66%
G=29.25%
B=40.09%

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
Decimal1301241700.240.2700.33247.8321.357.65
Hex827CAA181B021f8153a
Octal20217425230330413702572
Binary10000010111110010101010110001101101000011111100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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