#84709C

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

Shades of Deluge #84709C

Tints of Deluge #84709C

Color information

#84709C (or 0x84709C) is unknown color: approx Deluge. HEX triplet: 84, 70 and 9C. RGB value is (132,112,156). Sum of RGB (Red+Green+Blue) = 132+112+156=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #84709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84709C is #7B8F63. Grayscale: #7A7A7A. Windows color (decimal): -8097636 or 10252420. OLE color: 10252420.

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

Color convert

RGB132112156-
CMYK0.150.2800.39
HSL267.27º18.18%52.55%-
HSV(B)267.27º28.21%61.18%-
XYZ21.3118.8933.98-
YUV123146.63134.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33%
GREEN value IS 112 (44.14% from 255) = 28%
BLUE value IS 156 (61.33% from 255) = 39%
R=33%
G=28%
B=39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321121560.150.2800.39267.2718.1852.55
Hex84709CF1C02710b1235
Octal20416023417340474132265
Binary10000100111000010011100111111100010011110000101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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