COLOR #837993

HEX: #837993
RGB: (131,121,147)

Color info

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

RGB color model

#837993 color RGB value is (131,121,147).

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

RGB channels and saturation

R 131 of 255 = 51%
G 121 of 255 = 47%
B 147 of 255 = 58%

131
121
147

R + G + B ~ 52%. #837993 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 121 + 147 = 399 (100%)
R 131 of 399 ~ 32.83%
G 121 of 399 ~ 30.33%
B 147 of 399 ~ 36.84%

%32.83
%30.33
%36.84

CMYK color model

#837993 color CMYK value is (11,18,0,42).

  • cyan value is 10.88%
  • magenta value is 17.69%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(11,18,0,42)
C11M18Y0K42 
(11%,18%,0%,42%)
(0.11/0.18/0.00/0.42)	

CMYK percentages

%10.88
%17.69
%0
%42.35

Codes

Color #837993 in popluar color models

837993
RGB131121147
HSL263°10.74%52.55%
HSB/HSV263°17.69%57.65%
CMYK10.88%17.69%0.00%
42.35%

Color #837993 in popluar number systems.

HEX837993
Decimal131121147
Binary10000011111100110010011
Octal203171223

Shades and tints

Shades of #837993

#837993
(131,121,147)
#786E86
(120,110,134)
#6D6379
(109,99,121)
#62586C
(98,88,108)
#574D5F
(87,77,95)
#4C4252
(76,66,82)
#413745
(65,55,69)
#362C38
(54,44,56)
#2B212B
(43,33,43)
#20161E
(32,22,30)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #837993

#837993
(131,121,147)
#8E859C
(142,133,156)
#9991A5
(153,145,165)
#A49DAE
(164,157,174)
#AFA9B7
(175,169,183)
#BAB5C0
(186,181,192)
#C5C1C9
(197,193,201)
#D0CDD2
(208,205,210)
#DBD9DB
(219,217,219)
#E6E5E4
(230,229,228)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837993; }

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

This text font color is #837993.


Background Color

.myBgColor { background-color: #837993; }

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

This div background color is #837993.


Border color

.myBorderColor { border: 1px solid #837993; }

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

This div border color is #837993.


Opacity

.myOpacity80 { color: #837993; opacity: 0.8; }

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

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

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

This text has shadow with #837993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837993 on black background.


Color preview on white background

This text has color #837993 on white background.



Black color preview on #837993 background

This text has black color on #837993 background.


White color preview on #837993 background

This text has white color on #837993 background.