#847EAD

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

Shades of Deluge #847EAD

Tints of Deluge #847EAD

Color information

#847EAD (or 0x847EAD) is unknown color: approx Deluge. HEX triplet: 84, 7E and AD. RGB value is (132,126,173). Sum of RGB (Red+Green+Blue) = 132+126+173=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #847EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847EAD is #7B8152. Grayscale: #848484. Windows color (decimal): -8094035 or 11370116. OLE color: 11370116.

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

Color convert

RGB132126173-
CMYK0.240.2700.32
HSL247.66º22.27%58.63%-
HSV(B)247.66º27.17%67.84%-
XYZ24.5222.8442.65-
YUV133.15150.49127.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.63%
GREEN value IS 126 (49.61% from 255) = 29.23%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=30.63%
G=29.23%
B=40.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321261730.240.2700.32247.6622.2758.63
Hex847EAD181B020f8163b
Octal20417625530330403702673
Binary10000100111111010101101110001101101000001111100010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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