#84709D

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

Shades of Deluge #84709D

Tints of Deluge #84709D

Color information

#84709D (or 0x84709D) is unknown color: approx Deluge. HEX triplet: 84, 70 and 9D. RGB value is (132,112,157). Sum of RGB (Red+Green+Blue) = 132+112+157=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 157 - color contains mainly: blue. Hex color #84709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84709D is #7B8F62. Grayscale: #7A7A7A. Windows color (decimal): -8097635 or 10317956. OLE color: 10317956.

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

Color convert

RGB132112157-
CMYK0.160.2900.38
HSL266.67º18.67%52.75%-
HSV(B)266.67º28.66%61.57%-
XYZ21.418.9334.42-
YUV123.11147.13134.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 112 (44.14% from 255) = 27.93%
BLUE value IS 157 (61.72% from 255) = 39.15%
R=32.92%
G=27.93%
B=39.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321121570.160.2900.38266.6718.6752.75
Hex84709D101D02610b1335
Octal20416023520350464132365
Binary100001001110000100111011000011101010011010000101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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