COLOR #837898

HEX: #837898
RGB: (131,120,152)

Color info

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

RGB color model

#837898 color RGB value is (131,120,152).

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

RGB channels and saturation

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

131
120
152

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

Portions of RGB colors in percentages

R + G + B =
131 + 120 + 152 = 403 (100%)
R 131 of 403 ~ 32.51%
G 120 of 403 ~ 29.78%
B 152 of 403 ~ 37.72%

%32.51
%29.78
%37.72

CMYK color model

#837898 color CMYK value is (14,21,0,40).

  • cyan value is 13.82%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(14,21,0,40)
C14M21Y0K40 
(14%,21%,0%,40%)
(0.14/0.21/0.00/0.40)	

CMYK percentages

%13.82
%21.05
%0
%40.39

Codes

Color #837898 in popluar color models

837898
RGB131120152
HSL261°13.45%53.33%
HSB/HSV261°21.05%59.61%
CMYK13.82%21.05%0.00%
40.39%

Color #837898 in popluar number systems.

HEX837898
Decimal131120152
Binary10000011111100010011000
Octal203170230

Shades and tints

Shades of #837898

#837898
(131,120,152)
#786E8B
(120,110,139)
#6D647E
(109,100,126)
#625A71
(98,90,113)
#575064
(87,80,100)
#4C4657
(76,70,87)
#413C4A
(65,60,74)
#36323D
(54,50,61)
#2B2830
(43,40,48)
#201E23
(32,30,35)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #837898

#837898
(131,120,152)
#8E84A1
(142,132,161)
#9990AA
(153,144,170)
#A49CB3
(164,156,179)
#AFA8BC
(175,168,188)
#BAB4C5
(186,180,197)
#C5C0CE
(197,192,206)
#D0CCD7
(208,204,215)
#DBD8E0
(219,216,224)
#E6E4E9
(230,228,233)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837898; }

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

This text font color is #837898.


Background Color

.myBgColor { background-color: #837898; }

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

This div background color is #837898.


Border color

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

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

This div border color is #837898.


Opacity

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

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

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

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

This text has shadow with #837898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837898 on black background.


Color preview on white background

This text has color #837898 on white background.



Black color preview on #837898 background

This text has black color on #837898 background.


White color preview on #837898 background

This text has white color on #837898 background.