#827EAD

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

Shades of Deluge #827EAD

Tints of Deluge #827EAD

Color information

#827EAD (or 0x827EAD) is unknown color: approx Deluge. HEX triplet: 82, 7E and AD. RGB value is (130,126,173). Sum of RGB (Red+Green+Blue) = 130+126+173=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #827EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827EAD is #7D8152. Grayscale: #848484. Windows color (decimal): -8225107 or 11370114. OLE color: 11370114.

HSL color Cylindrical-coordinate representation of color #827EAD: hue angle of 245.11º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #827EAD is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB130126173-
CMYK0.250.2700.32
HSL245.11º22.27%58.63%-
HSV(B)245.11º27.17%67.84%-
XYZ24.2122.6842.64-
YUV132.55150.83126.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 126 (49.61% from 255) = 29.37%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=30.30%
G=29.37%
B=40.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301261730.250.2700.32245.1122.2758.63
Hex827EAD191B020f5163b
Octal20217625531330403652673
Binary10000010111111010101101110011101101000001111010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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