#84729B

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

Shades of Deluge #84729B

Tints of Deluge #84729B

Color information

#84729B (or 0x84729B) is unknown color: approx Deluge. HEX triplet: 84, 72 and 9B. RGB value is (132,114,155). Sum of RGB (Red+Green+Blue) = 132+114+155=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #84729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84729B is #7B8D64. Grayscale: #7B7B7B. Windows color (decimal): -8097125 or 10187396. OLE color: 10187396.

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

Color convert

RGB132114155-
CMYK0.150.2600.39
HSL266.34º17.01%52.75%-
HSV(B)266.34º26.45%60.78%-
XYZ21.4519.3133.61-
YUV124.06145.46133.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 155 (60.94% from 255) = 38.65%
R=32.92%
G=28.43%
B=38.65%

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
Decimal1321141550.150.2600.39266.3417.0152.75
Hex84729BF1A02710a1135
Octal20416223317320474122165
Binary10000100111001010011011111111010010011110000101010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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