#84719C

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

Shades of Deluge #84719C

Tints of Deluge #84719C

Color information

#84719C (or 0x84719C) is unknown color: approx Deluge. HEX triplet: 84, 71 and 9C. RGB value is (132,113,156). Sum of RGB (Red+Green+Blue) = 132+113+156=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #84719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84719C is #7B8E63. Grayscale: #7B7B7B. Windows color (decimal): -8097380 or 10252676. OLE color: 10252676.

HSL color Cylindrical-coordinate representation of color #84719C: hue angle of 266.51º 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 #84719C is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB132113156-
CMYK0.150.2800.39
HSL266.51º17.84%52.75%-
HSV(B)266.51º27.56%61.18%-
XYZ21.4219.1234.01-
YUV123.58146.29134-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 113 (44.53% from 255) = 28.18%
BLUE value IS 156 (61.33% from 255) = 38.90%
R=32.92%
G=28.18%
B=38.90%

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
Decimal1321131560.150.2800.39266.5117.8452.75
Hex84719CF1C02710b1235
Octal20416123417340474132265
Binary10000100111000110011100111111100010011110000101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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