#847AAA

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

Shades of Deluge #847AAA

Tints of Deluge #847AAA

Color information

#847AAA (or 0x847AAA) is unknown color: approx Deluge. HEX triplet: 84, 7A and AA. RGB value is (132,122,170). Sum of RGB (Red+Green+Blue) = 132+122+170=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #847AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847AAA is #7B8555. Grayscale: #828282. Windows color (decimal): -8095062 or 11172484. OLE color: 11172484.

HSL color Cylindrical-coordinate representation of color #847AAA: hue angle of 252.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #847AAA is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132122170-
CMYK0.220.2800.33
HSL252.5º22.02%57.25%-
HSV(B)252.5º28.24%66.67%-
XYZ23.7321.7340.97-
YUV130.46150.31129.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.13%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=31.13%
G=28.77%
B=40.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321221700.220.2800.33252.522.0257.25
Hex847AAA161C021fd1639
Octal20417225226340413752671
Binary10000100111101010101010101101110001000011111110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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