#827CA4

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

Shades of Deluge #827CA4

Tints of Deluge #827CA4

Color information

#827CA4 (or 0x827CA4) is unknown color: approx Deluge. HEX triplet: 82, 7C and A4. RGB value is (130,124,164). Sum of RGB (Red+Green+Blue) = 130+124+164=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 164 - color contains mainly: blue. Hex color #827CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827CA4 is #7D835B. Grayscale: #828282. Windows color (decimal): -8225628 or 10779778. OLE color: 10779778.

HSL color Cylindrical-coordinate representation of color #827CA4: hue angle of 249º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #827CA4 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB130124164-
CMYK0.210.2400.36
HSL249º18.02%56.47%-
HSV(B)249º24.39%64.31%-
XYZ23.1121.8438.12-
YUV130.35146.99127.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.10%
GREEN value IS 124 (48.83% from 255) = 29.67%
BLUE value IS 164 (64.45% from 255) = 39.23%
R=31.10%
G=29.67%
B=39.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301241640.210.2400.3624918.0256.47
Hex827CA41518024f91238
Octal20217424425300443712270
Binary10000010111110010100100101011100001001001111100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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