#847AA4

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

Shades of Deluge #847AA4

Tints of Deluge #847AA4

Color information

#847AA4 (or 0x847AA4) is unknown color: approx Deluge. HEX triplet: 84, 7A and A4. RGB value is (132,122,164). Sum of RGB (Red+Green+Blue) = 132+122+164=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 164 - color contains mainly: blue. Hex color #847AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847AA4 is #7B855B. Grayscale: #818181. Windows color (decimal): -8095068 or 10779268. OLE color: 10779268.

HSL color Cylindrical-coordinate representation of color #847AA4: hue angle of 254.29º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #847AA4 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB132122164-
CMYK0.200.2600.36
HSL254.29º18.75%56.08%-
HSV(B)254.29º25.61%64.31%-
XYZ23.1821.538.05-
YUV129.78147.31129.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.58%
GREEN value IS 122 (48.05% from 255) = 29.19%
BLUE value IS 164 (64.45% from 255) = 39.23%
R=31.58%
G=29.19%
B=39.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321221640.200.2600.36254.2918.7556.08
Hex847AA4141A024fe1338
Octal20417224424320443762370
Binary10000100111101010100100101001101001001001111111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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