COLOR #83789D

HEX: #83789D
RGB: (131,120,157)

Color info

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

RGB color model

#83789D color RGB value is (131,120,157).

  • red value is 131;
  • green value is 120;
  • blue value is 157.
RGB:
(131,120,157)
(51%,47%,62%)

RGB channels and saturation

R 131 of 255 = 51%
G 120 of 255 = 47%
B 157 of 255 = 62%

131
120
157

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

Portions of RGB colors in percentages

R + G + B =
131 + 120 + 157 = 408 (100%)
R 131 of 408 ~ 32.11%
G 120 of 408 ~ 29.41%
B 157 of 408 ~ 38.48%

%32.11
%29.41
%38.48

CMYK color model

#83789D color CMYK value is (17,24,0,38).

  • cyan value is 16.56%
  • magenta value is 23.57%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(17,24,0,38)
C17M24Y0K38 
(17%,24%,0%,38%)
(0.17/0.24/0.00/0.38)	

CMYK percentages

%16.56
%23.57
%0
%38.43

Codes

Color #83789D in popluar color models

83789D
RGB131120157
HSL258°15.88%54.31%
HSB/HSV258°23.57%61.57%
CMYK16.56%23.57%0.00%
38.43%

Color #83789D in popluar number systems.

HEX83789D
Decimal131120157
Binary10000011111100010011101
Octal203170235

Shades and tints

Shades of #83789D

#83789D
(131,120,157)
#786E8F
(120,110,143)
#6D6481
(109,100,129)
#625A73
(98,90,115)
#575065
(87,80,101)
#4C4657
(76,70,87)
#413C49
(65,60,73)
#36323B
(54,50,59)
#2B282D
(43,40,45)
#201E1F
(32,30,31)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #83789D

#83789D
(131,120,157)
#8E84A5
(142,132,165)
#9990AD
(153,144,173)
#A49CB5
(164,156,181)
#AFA8BD
(175,168,189)
#BAB4C5
(186,180,197)
#C5C0CD
(197,192,205)
#D0CCD5
(208,204,213)
#DBD8DD
(219,216,221)
#E6E4E5
(230,228,229)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83789D color. Also use rgb(131,120,157) instead hex code.

Text Font Color

.myTextColor { color: #83789D; }

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

This text font color is #83789D.


Background Color

.myBgColor { background-color: #83789D; }

<div style="background-color:#83789D">Inner text</div>

This div background color is #83789D.


Border color

.myBorderColor { border: 1px solid #83789D; }

<div style="border:3px solid #83789D">Div</div>

This div border color is #83789D.


Opacity

.myOpacity80 { color: #83789D; opacity: 0.8; }

<p style="color:#83789D;opacity:0.8;">80%</p>

Text with #83789D 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 #83789D;}

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

This text has shadow with #83789D color.

.textShadow {text-shadow: 3px 3px 1px #83789D, 3px 3px 1px red;}

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

This text has shadow with #83789D primary color and red secondary color.


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

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

This text has shadow with #83789D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83789D on black background.


Color preview on white background

This text has color #83789D on white background.



Black color preview on #83789D background

This text has black color on #83789D background.


White color preview on #83789D background

This text has white color on #83789D background.