#847A99

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

Shades of Deluge #847A99

Tints of Deluge #847A99

Color information

#847A99 (or 0x847A99) is unknown color: approx Deluge. HEX triplet: 84, 7A and 99. RGB value is (132,122,153). Sum of RGB (Red+Green+Blue) = 132+122+153=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #847A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847A99 is #7B8566. Grayscale: #808080. Windows color (decimal): -8095079 or 10058372. OLE color: 10058372.

HSL color Cylindrical-coordinate representation of color #847A99: hue angle of 259.35º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #847A99 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB132122153-
CMYK0.140.2000.4
HSL259.35º13.19%53.92%-
HSV(B)259.35º20.26%60%-
XYZ22.2321.1233.04-
YUV128.52141.81130.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 122 (48.05% from 255) = 29.98%
BLUE value IS 153 (60.16% from 255) = 37.59%
R=32.43%
G=29.98%
B=37.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1321221530.140.2000.4259.3513.1953.92
Hex847A99E14028103d36
Octal20417223116240504031566
Binary1000010011110101001100111101010001010001000000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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