COLOR #84789C

HEX: #84789C
RGB: (132,120,156)

Color info

#84789C contains red, green and blue colors in about the same proportion. Web safe color of #84789C is #996699 (or #969).

RGB color model

#84789C color RGB value is (132,120,156).

  • red value is 132;
  • green value is 120;
  • blue value is 156.
RGB:
(132,120,156)
(52%,47%,61%)

RGB channels and saturation

R 132 of 255 = 52%
G 120 of 255 = 47%
B 156 of 255 = 61%

132
120
156

R + G + B ~ 53%. #84789C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 120 + 156 = 408 (100%)
R 132 of 408 ~ 32.35%
G 120 of 408 ~ 29.41%
B 156 of 408 ~ 38.24%

%32.35
%29.41
%38.24

CMYK color model

#84789C color CMYK value is (15,23,0,39).

  • cyan value is 15.38%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(15,23,0,39)
C15M23Y0K39 
(15%,23%,0%,39%)
(0.15/0.23/0.00/0.39)	

CMYK percentages

%15.38
%23.08
%0
%38.82

Codes

Color #84789C in popluar color models

84789C
RGB132120156
HSL260°15.38%54.12%
HSB/HSV260°23.08%61.18%
CMYK15.38%23.08%0.00%
38.82%

Color #84789C in popluar number systems.

HEX84789C
Decimal132120156
Binary10000100111100010011100
Octal204170234

Shades and tints

Shades of #84789C

#84789C
(132,120,156)
#786E8E
(120,110,142)
#6C6480
(108,100,128)
#605A72
(96,90,114)
#545064
(84,80,100)
#484656
(72,70,86)
#3C3C48
(60,60,72)
#30323A
(48,50,58)
#24282C
(36,40,44)
#181E1E
(24,30,30)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #84789C

#84789C
(132,120,156)
#8F84A5
(143,132,165)
#9A90AE
(154,144,174)
#A59CB7
(165,156,183)
#B0A8C0
(176,168,192)
#BBB4C9
(187,180,201)
#C6C0D2
(198,192,210)
#D1CCDB
(209,204,219)
#DCD8E4
(220,216,228)
#E7E4ED
(231,228,237)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84789C color. Also use rgb(132,120,156) instead hex code.

Text Font Color

.myTextColor { color: #84789C; }

<p style="color:#84789C">This sample text font color is #84789C.</p>

This text font color is #84789C.


Background Color

.myBgColor { background-color: #84789C; }

<div style="background-color:#84789C">Inner text</div>

This div background color is #84789C.


Border color

.myBorderColor { border: 1px solid #84789C; }

<div style="border:3px solid #84789C">Div</div>

This div border color is #84789C.


Opacity

.myOpacity80 { color: #84789C; opacity: 0.8; }

<p style="color:#84789C;opacity:0.8;">80%</p>

Text with #84789C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #84789C;}

<p style="text-shadow: 3px 3px 1px #84789C">Text here.</p>

This text has shadow with #84789C color.

.textShadow {text-shadow: 3px 3px 1px #84789C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #84789C, 5px 5px 20px red">Text here.</p>

This text has shadow with #84789C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84789C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#84789C, Direction=45, Strength=4)">Text</p>

This text has shadow with #84789C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #84789C;
  -webkit-box-shadow:	1px 1px 3px 2px #84789C;
  box-shadow:		1px 1px 3px 2px #84789C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84789C;
-webkit-box-shadow: 1px 1px 3px 2px #84789C;
box-shadow:1px 1px 3px 2px #84789C;">
Div content here</div>
This div box has shadow with color #84789C.

Preview

Color preview on black background

This text has color #84789C on black background.


Color preview on white background

This text has color #84789C on white background.



Black color preview on #84789C background

This text has black color on #84789C background.


White color preview on #84789C background

This text has white color on #84789C background.