#847CAF

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

Shades of Deluge #847CAF

Tints of Deluge #847CAF

Color information

#847CAF (or 0x847CAF) is unknown color: approx Deluge. HEX triplet: 84, 7C and AF. RGB value is (132,124,175). Sum of RGB (Red+Green+Blue) = 132+124+175=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #847CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847CAF is #7B8350. Grayscale: #848484. Windows color (decimal): -8094545 or 11500676. OLE color: 11500676.

HSL color Cylindrical-coordinate representation of color #847CAF: hue angle of 249.41º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #847CAF is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB132124175-
CMYK0.250.2900.31
HSL249.41º24.17%58.63%-
HSV(B)249.41º29.14%68.63%-
XYZ24.4622.4243.59-
YUV132.21152.15127.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.63%
GREEN value IS 124 (48.83% from 255) = 28.77%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=30.63%
G=28.77%
B=40.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321241750.250.2900.31249.4124.1758.63
Hex847CAF191D01Ff9183b
Octal20417425731350373713073
Binary1000010011111001010111111001111010111111111100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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