#847EAA

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

Shades of Deluge #847EAA

Tints of Deluge #847EAA

Color information

#847EAA (or 0x847EAA) is unknown color: approx Deluge. HEX triplet: 84, 7E and AA. RGB value is (132,126,170). Sum of RGB (Red+Green+Blue) = 132+126+170=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #847EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847EAA is #7B8155. Grayscale: #848484. Windows color (decimal): -8094038 or 11173508. OLE color: 11173508.

HSL color Cylindrical-coordinate representation of color #847EAA: hue angle of 248.18º 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 #847EAA is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132126170-
CMYK0.220.2600.33
HSL248.18º20.56%58.04%-
HSV(B)248.18º25.88%66.67%-
XYZ24.2322.7341.14-
YUV132.81148.99127.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.84%
GREEN value IS 126 (49.61% from 255) = 29.44%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=30.84%
G=29.44%
B=39.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321261700.220.2600.33248.1820.5658.04
Hex847EAA161A021f8153a
Octal20417625226320413702572
Binary10000100111111010101010101101101001000011111100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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