#847799

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

Shades of Deluge #847799

Tints of Deluge #847799

Color information

#847799 (or 0x847799) is unknown color: approx Deluge. HEX triplet: 84, 77 and 99. RGB value is (132,119,153). Sum of RGB (Red+Green+Blue) = 132+119+153=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #847799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847799 is #7B8866. Grayscale: #7E7E7E. Windows color (decimal): -8095847 or 10057604. OLE color: 10057604.

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

Color convert

RGB132119153-
CMYK0.140.2200.4
HSL262.94º14.29%53.33%-
HSV(B)262.94º22.22%60%-
XYZ21.8620.432.92-
YUV126.76142.81131.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 119 (46.88% from 255) = 29.46%
BLUE value IS 153 (60.16% from 255) = 37.87%
R=32.67%
G=29.46%
B=37.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1321191530.140.2200.4262.9414.2953.33
Hex847799E16028107e35
Octal20416723116260504071665
Binary1000010011101111001100111101011001010001000001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847799; }

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

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

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

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

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

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

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

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