COLOR #84799E

HEX: #84799E
RGB: (132,121,158)

Color info

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

RGB color model

#84799E color RGB value is (132,121,158).

  • red value is 132;
  • green value is 121;
  • blue value is 158.
RGB:
(132,121,158)
(52%,47%,62%)

RGB channels and saturation

R 132 of 255 = 52%
G 121 of 255 = 47%
B 158 of 255 = 62%

132
121
158

R + G + B ~ 54%. #84799E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 121 + 158 = 411 (100%)
R 132 of 411 ~ 32.12%
G 121 of 411 ~ 29.44%
B 158 of 411 ~ 38.44%

%32.12
%29.44
%38.44

CMYK color model

#84799E color CMYK value is (16,23,0,38).

  • cyan value is 16.46%
  • magenta value is 23.42%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(16,23,0,38)
C16M23Y0K38 
(16%,23%,0%,38%)
(0.16/0.23/0.00/0.38)	

CMYK percentages

%16.46
%23.42
%0
%38.04

Codes

Color #84799E in popluar color models

84799E
RGB132121158
HSL258°16.02%54.71%
HSB/HSV258°23.42%61.96%
CMYK16.46%23.42%0.00%
38.04%

Color #84799E in popluar number systems.

HEX84799E
Decimal132121158
Binary10000100111100110011110
Octal204171236

Shades and tints

Shades of #84799E

#84799E
(132,121,158)
#786E90
(120,110,144)
#6C6382
(108,99,130)
#605874
(96,88,116)
#544D66
(84,77,102)
#484258
(72,66,88)
#3C374A
(60,55,74)
#302C3C
(48,44,60)
#24212E
(36,33,46)
#181620
(24,22,32)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #84799E

#84799E
(132,121,158)
#8F85A6
(143,133,166)
#9A91AE
(154,145,174)
#A59DB6
(165,157,182)
#B0A9BE
(176,169,190)
#BBB5C6
(187,181,198)
#C6C1CE
(198,193,206)
#D1CDD6
(209,205,214)
#DCD9DE
(220,217,222)
#E7E5E6
(231,229,230)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84799E color. Also use rgb(132,121,158) instead hex code.

Text Font Color

.myTextColor { color: #84799E; }

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

This text font color is #84799E.


Background Color

.myBgColor { background-color: #84799E; }

<div style="background-color:#84799E">Inner text</div>

This div background color is #84799E.


Border color

.myBorderColor { border: 1px solid #84799E; }

<div style="border:3px solid #84799E">Div</div>

This div border color is #84799E.


Opacity

.myOpacity80 { color: #84799E; opacity: 0.8; }

<p style="color:#84799E;opacity:0.8;">80%</p>

Text with #84799E 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 #84799E;}

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

This text has shadow with #84799E color.

.textShadow {text-shadow: 3px 3px 1px #84799E, 3px 3px 1px red;}

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

This text has shadow with #84799E primary color and red secondary color.


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

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

This text has shadow with #84799E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84799E on black background.


Color preview on white background

This text has color #84799E on white background.



Black color preview on #84799E background

This text has black color on #84799E background.


White color preview on #84799E background

This text has white color on #84799E background.