COLOR #83759D

HEX: #83759D
RGB: (131,117,157)

Color info

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

RGB color model

#83759D color RGB value is (131,117,157).

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

RGB channels and saturation

R 131 of 255 = 51%
G 117 of 255 = 46%
B 157 of 255 = 62%

131
117
157

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

Portions of RGB colors in percentages

R + G + B =
131 + 117 + 157 = 405 (100%)
R 131 of 405 ~ 32.35%
G 117 of 405 ~ 28.89%
B 157 of 405 ~ 38.77%

%32.35
%28.89
%38.77

CMYK color model

#83759D color CMYK value is (17,25,0,38).

  • cyan value is 16.56%
  • magenta value is 25.48%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(17,25,0,38)
C17M25Y0K38 
(17%,25%,0%,38%)
(0.17/0.25/0.00/0.38)	

CMYK percentages

%16.56
%25.48
%0
%38.43

Codes

Color #83759D in popluar color models

83759D
RGB131117157
HSL261°16.95%53.73%
HSB/HSV261°25.48%61.57%
CMYK16.56%25.48%0.00%
38.43%

Color #83759D in popluar number systems.

HEX83759D
Decimal131117157
Binary10000011111010110011101
Octal203165235

Shades and tints

Shades of #83759D

#83759D
(131,117,157)
#786B8F
(120,107,143)
#6D6181
(109,97,129)
#625773
(98,87,115)
#574D65
(87,77,101)
#4C4357
(76,67,87)
#413949
(65,57,73)
#362F3B
(54,47,59)
#2B252D
(43,37,45)
#201B1F
(32,27,31)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #83759D

#83759D
(131,117,157)
#8E81A5
(142,129,165)
#998DAD
(153,141,173)
#A499B5
(164,153,181)
#AFA5BD
(175,165,189)
#BAB1C5
(186,177,197)
#C5BDCD
(197,189,205)
#D0C9D5
(208,201,213)
#DBD5DD
(219,213,221)
#E6E1E5
(230,225,229)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83759D; }

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

This text font color is #83759D.


Background Color

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

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

This div background color is #83759D.


Border color

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

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

This div border color is #83759D.


Opacity

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

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

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

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

This text has shadow with #83759D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83759D on black background.


Color preview on white background

This text has color #83759D on white background.



Black color preview on #83759D background

This text has black color on #83759D background.


White color preview on #83759D background

This text has white color on #83759D background.