COLOR #83799E

HEX: #83799E
RGB: (131,121,158)

Color info

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

RGB color model

#83799E color RGB value is (131,121,158).

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

RGB channels and saturation

R 131 of 255 = 51%
G 121 of 255 = 47%
B 158 of 255 = 62%

131
121
158

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

Portions of RGB colors in percentages

R + G + B =
131 + 121 + 158 = 410 (100%)
R 131 of 410 ~ 31.95%
G 121 of 410 ~ 29.51%
B 158 of 410 ~ 38.54%

%31.95
%29.51
%38.54

CMYK color model

#83799E color CMYK value is (17,23,0,38).

  • cyan value is 17.09%
  • magenta value is 23.42%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(17,23,0,38)
C17M23Y0K38 
(17%,23%,0%,38%)
(0.17/0.23/0.00/0.38)	

CMYK percentages

%17.09
%23.42
%0
%38.04

Codes

Color #83799E in popluar color models

83799E
RGB131121158
HSL256°16.02%54.71%
HSB/HSV256°23.42%61.96%
CMYK17.09%23.42%0.00%
38.04%

Color #83799E in popluar number systems.

HEX83799E
Decimal131121158
Binary10000011111100110011110
Octal203171236

Shades and tints

Shades of #83799E

#83799E
(131,121,158)
#786E90
(120,110,144)
#6D6382
(109,99,130)
#625874
(98,88,116)
#574D66
(87,77,102)
#4C4258
(76,66,88)
#41374A
(65,55,74)
#362C3C
(54,44,60)
#2B212E
(43,33,46)
#201620
(32,22,32)
#150B12
(21,11,18)
#000000
(0,0,0)

Tints of #83799E

#83799E
(131,121,158)
#8E85A6
(142,133,166)
#9991AE
(153,145,174)
#A49DB6
(164,157,182)
#AFA9BE
(175,169,190)
#BAB5C6
(186,181,198)
#C5C1CE
(197,193,206)
#D0CDD6
(208,205,214)
#DBD9DE
(219,217,222)
#E6E5E6
(230,229,230)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83799E; }

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

This text font color is #83799E.


Background Color

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

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

This div background color is #83799E.


Border color

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

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

This div border color is #83799E.


Opacity

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

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

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

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

This text has shadow with #83799E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83799E on black background.


Color preview on white background

This text has color #83799E on white background.



Black color preview on #83799E background

This text has black color on #83799E background.


White color preview on #83799E background

This text has white color on #83799E background.