#84749C

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

Shades of Deluge #84749C

Tints of Deluge #84749C

Color information

#84749C (or 0x84749C) is unknown color: approx Deluge. HEX triplet: 84, 74 and 9C. RGB value is (132,116,156). Sum of RGB (Red+Green+Blue) = 132+116+156=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 156 - color contains mainly: blue. Hex color #84749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84749C is #7B8B63. Grayscale: #7D7D7D. Windows color (decimal): -8096612 or 10253444. OLE color: 10253444.

HSL color Cylindrical-coordinate representation of color #84749C: hue angle of 264º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84749C is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB132116156-
CMYK0.150.2600.39
HSL264º16.81%53.33%-
HSV(B)264º25.64%61.18%-
XYZ21.7619.834.13-
YUV125.34145.3132.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 116 (45.70% from 255) = 28.71%
BLUE value IS 156 (61.33% from 255) = 38.61%
R=32.67%
G=28.71%
B=38.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321161560.150.2600.3926416.8153.33
Hex84749CF1A0271081135
Octal20416423417320474102165
Binary10000100111010010011100111111010010011110000100010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84749C; }

 p { color: rgb(132,116,156); }

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

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

 a { background-color: rgb(132,116,156); }

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

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

 span { border-color: rgb(132,116,156); }

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