#84789B

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

Shades of Deluge #84789B

Tints of Deluge #84789B

Color information

#84789B (or 0x84789B) is unknown color: approx Deluge. HEX triplet: 84, 78 and 9B. RGB value is (132,120,155). Sum of RGB (Red+Green+Blue) = 132+120+155=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #84789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84789B is #7B8764. Grayscale: #7F7F7F. Windows color (decimal): -8095589 or 10188932. OLE color: 10188932.

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

Color convert

RGB132120155-
CMYK0.150.2300.39
HSL260.57º14.89%53.92%-
HSV(B)260.57º22.58%60.78%-
XYZ22.1520.7133.84-
YUV127.58143.48131.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 120 (47.27% from 255) = 29.48%
BLUE value IS 155 (60.94% from 255) = 38.08%
R=32.43%
G=29.48%
B=38.08%

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
Decimal1321201550.150.2300.39260.5714.8953.92
Hex84789BF17027105f36
Octal20417023317270474051766
Binary1000010011110001001101111111011101001111000001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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