#847CAE

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

Shades of Deluge #847CAE

Tints of Deluge #847CAE

Color information

#847CAE (or 0x847CAE) is unknown color: approx Deluge. HEX triplet: 84, 7C and AE. RGB value is (132,124,174). Sum of RGB (Red+Green+Blue) = 132+124+174=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #847CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847CAE is #7B8351. Grayscale: #838383. Windows color (decimal): -8094546 or 11435140. OLE color: 11435140.

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

Color convert

RGB132124174-
CMYK0.240.2900.32
HSL249.6º23.58%58.43%-
HSV(B)249.6º28.74%68.24%-
XYZ24.3622.3843.08-
YUV132.09151.65127.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.70%
GREEN value IS 124 (48.83% from 255) = 28.84%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=30.70%
G=28.84%
B=40.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321241740.240.2900.32249.623.5858.43
Hex847CAE181D020fa183a
Octal20417425630350403723072
Binary10000100111110010101110110001110101000001111101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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