#84729D

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

Shades of Deluge #84729D

Tints of Deluge #84729D

Color information

#84729D (or 0x84729D) is unknown color: approx Deluge. HEX triplet: 84, 72 and 9D. RGB value is (132,114,157). Sum of RGB (Red+Green+Blue) = 132+114+157=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #84729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84729D is #7B8D62. Grayscale: #7C7C7C. Windows color (decimal): -8097123 or 10318468. OLE color: 10318468.

HSL color Cylindrical-coordinate representation of color #84729D: hue angle of 265.12º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84729D is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB132114157-
CMYK0.160.2700.38
HSL265.12º17.99%53.14%-
HSV(B)265.12º27.39%61.57%-
XYZ21.6219.3734.5-
YUV124.28146.46133.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 157 (61.72% from 255) = 38.96%
R=32.75%
G=28.29%
B=38.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321141570.160.2700.38265.1217.9953.14
Hex84729D101B0261091235
Octal20416223520330464112265
Binary100001001110010100111011000011011010011010000100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84729D; }

 p { color: rgb(132,114,157); }

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

<style>
 a { background-color: #84729D; }

 a { background-color: rgb(132,114,157); }

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

<style>
 span { border-color: #84729D; }

 span { border-color: rgb(132,114,157); }

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