#84789C

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

Shades of Deluge #84789C

Tints of Deluge #84789C

Color information

#84789C (or 0x84789C) is unknown color: approx Deluge. HEX triplet: 84, 78 and 9C. RGB value is (132,120,156). Sum of RGB (Red+Green+Blue) = 132+120+156=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 156 - color contains mainly: blue. Hex color #84789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84789C is #7B8763. Grayscale: #7F7F7F. Windows color (decimal): -8095588 or 10254468. OLE color: 10254468.

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

Color convert

RGB132120156-
CMYK0.150.2300.39
HSL260º15.38%54.12%-
HSV(B)260º23.08%61.18%-
XYZ22.2320.7434.28-
YUV127.69143.98131.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.35%
GREEN value IS 120 (47.27% from 255) = 29.41%
BLUE value IS 156 (61.33% from 255) = 38.24%
R=32.35%
G=29.41%
B=38.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321201560.150.2300.3926015.3854.12
Hex84789CF17027104f36
Octal20417023417270474041766
Binary1000010011110001001110011111011101001111000001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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