#827EAA

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

Shades of Deluge #827EAA

Tints of Deluge #827EAA

Color information

#827EAA (or 0x827EAA) is unknown color: approx Deluge. HEX triplet: 82, 7E and AA. RGB value is (130,126,170). Sum of RGB (Red+Green+Blue) = 130+126+170=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #827EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827EAA is #7D8155. Grayscale: #848484. Windows color (decimal): -8225110 or 11173506. OLE color: 11173506.

HSL color Cylindrical-coordinate representation of color #827EAA: hue angle of 245.45º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #827EAA is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130126170-
CMYK0.240.2600.33
HSL245.45º20.56%58.04%-
HSV(B)245.45º25.88%66.67%-
XYZ23.9222.5741.13-
YUV132.21149.33126.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.52%
GREEN value IS 126 (49.61% from 255) = 29.58%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=30.52%
G=29.58%
B=39.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301261700.240.2600.33245.4520.5658.04
Hex827EAA181A021f5153a
Octal20217625230320413652572
Binary10000010111111010101010110001101001000011111010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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