#84759A

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

Shades of Deluge #84759A

Tints of Deluge #84759A

Color information

#84759A (or 0x84759A) is unknown color: approx Deluge. HEX triplet: 84, 75 and 9A. RGB value is (132,117,154). Sum of RGB (Red+Green+Blue) = 132+117+154=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 154 - color contains mainly: blue. Hex color #84759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84759A is #7B8A65. Grayscale: #7D7D7D. Windows color (decimal): -8096358 or 10122628. OLE color: 10122628.

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

Color convert

RGB132117154-
CMYK0.140.2400.40
HSL264.32º15.48%53.14%-
HSV(B)264.32º24.03%60.39%-
XYZ21.7119.9633.28-
YUV125.7143.97132.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 117 (46.09% from 255) = 29.03%
BLUE value IS 154 (60.55% from 255) = 38.21%
R=32.75%
G=29.03%
B=38.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1321171540.140.2400.40264.3215.4853.14
Hex84759AE18028108f35
Octal20416523216300504101765
Binary1000010011101011001101011101100001010001000010001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84759A; }

 p { color: rgb(132,117,154); }

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

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

 a { background-color: rgb(132,117,154); }

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

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

 span { border-color: rgb(132,117,154); }

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