COLOR #837899

HEX: #837899
RGB: (131,120,153)

Color info

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

RGB color model

#837899 color RGB value is (131,120,153).

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

RGB channels and saturation

R 131 of 255 = 51%
G 120 of 255 = 47%
B 153 of 255 = 60%

131
120
153

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

Portions of RGB colors in percentages

R + G + B =
131 + 120 + 153 = 404 (100%)
R 131 of 404 ~ 32.43%
G 120 of 404 ~ 29.7%
B 153 of 404 ~ 37.87%

%32.43
%29.7
%37.87

CMYK color model

#837899 color CMYK value is (14,22,0,40).

  • cyan value is 14.38%
  • magenta value is 21.57%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(14,22,0,40)
C14M22Y0K40 
(14%,22%,0%,40%)
(0.14/0.22/0.00/0.40)	

CMYK percentages

%14.38
%21.57
%0
%40

Codes

Color #837899 in popluar color models

837899
RGB131120153
HSL260°13.92%53.53%
HSB/HSV260°21.57%60.00%
CMYK14.38%21.57%0.00%
40.00%

Color #837899 in popluar number systems.

HEX837899
Decimal131120153
Binary10000011111100010011001
Octal203170231

Shades and tints

Shades of #837899

#837899
(131,120,153)
#786E8C
(120,110,140)
#6D647F
(109,100,127)
#625A72
(98,90,114)
#575065
(87,80,101)
#4C4658
(76,70,88)
#413C4B
(65,60,75)
#36323E
(54,50,62)
#2B2831
(43,40,49)
#201E24
(32,30,36)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #837899

#837899
(131,120,153)
#8E84A2
(142,132,162)
#9990AB
(153,144,171)
#A49CB4
(164,156,180)
#AFA8BD
(175,168,189)
#BAB4C6
(186,180,198)
#C5C0CF
(197,192,207)
#D0CCD8
(208,204,216)
#DBD8E1
(219,216,225)
#E6E4EA
(230,228,234)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837899; }

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

This text font color is #837899.


Background Color

.myBgColor { background-color: #837899; }

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

This div background color is #837899.


Border color

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

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

This div border color is #837899.


Opacity

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

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

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

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

This text has shadow with #837899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837899 on black background.


Color preview on white background

This text has color #837899 on white background.



Black color preview on #837899 background

This text has black color on #837899 background.


White color preview on #837899 background

This text has white color on #837899 background.