#847AAE

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

Shades of Deluge #847AAE

Tints of Deluge #847AAE

Color information

#847AAE (or 0x847AAE) is unknown color: approx Deluge. HEX triplet: 84, 7A and AE. RGB value is (132,122,174). Sum of RGB (Red+Green+Blue) = 132+122+174=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #847AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847AAE is #7B8551. Grayscale: #828282. Windows color (decimal): -8095058 or 11434628. OLE color: 11434628.

HSL color Cylindrical-coordinate representation of color #847AAE: hue angle of 251.54º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #847AAE is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132122174-
CMYK0.240.3000.32
HSL251.54º24.3%58.04%-
HSV(B)251.54º29.89%68.24%-
XYZ24.1221.8843-
YUV130.92152.31128.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.84%
GREEN value IS 122 (48.05% from 255) = 28.50%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=30.84%
G=28.50%
B=40.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321221740.240.3000.32251.5424.358.04
Hex847AAE181E020fc183a
Octal20417225630360403743072
Binary10000100111101010101110110001111001000001111110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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