#847699

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

Shades of Deluge #847699

Tints of Deluge #847699

Color information

#847699 (or 0x847699) is unknown color: approx Deluge. HEX triplet: 84, 76 and 99. RGB value is (132,118,153). Sum of RGB (Red+Green+Blue) = 132+118+153=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #847699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847699 is #7B8966. Grayscale: #7E7E7E. Windows color (decimal): -8096103 or 10057348. OLE color: 10057348.

HSL color Cylindrical-coordinate representation of color #847699: hue angle of 264º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #847699 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB132118153-
CMYK0.140.2300.4
HSL264º14.64%53.14%-
HSV(B)264º22.88%60%-
XYZ21.7420.1632.88-
YUV126.18143.14132.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 118 (46.48% from 255) = 29.28%
BLUE value IS 153 (60.16% from 255) = 37.97%
R=32.75%
G=29.28%
B=37.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1321181530.140.2300.426414.6453.14
Hex847699E17028108f35
Octal20416623116270504101765
Binary1000010011101101001100111101011101010001000010001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847699; }

 p { color: rgb(132,118,153); }

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

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

 a { background-color: rgb(132,118,153); }

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

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

 span { border-color: rgb(132,118,153); }

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