COLOR #837895

HEX: #837895
RGB: (131,120,149)

Color info

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

RGB color model

#837895 color RGB value is (131,120,149).

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

RGB channels and saturation

R 131 of 255 = 51%
G 120 of 255 = 47%
B 149 of 255 = 58%

131
120
149

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

Portions of RGB colors in percentages

R + G + B =
131 + 120 + 149 = 400 (100%)
R 131 of 400 ~ 32.75%
G 120 of 400 ~ 30%
B 149 of 400 ~ 37.25%

%32.75
%30
%37.25

CMYK color model

#837895 color CMYK value is (12,19,0,42).

  • cyan value is 12.08%
  • magenta value is 19.46%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(12,19,0,42)
C12M19Y0K42 
(12%,19%,0%,42%)
(0.12/0.19/0.00/0.42)	

CMYK percentages

%12.08
%19.46
%0
%41.57

Codes

Color #837895 in popluar color models

837895
RGB131120149
HSL263°12.03%52.75%
HSB/HSV263°19.46%58.43%
CMYK12.08%19.46%0.00%
41.57%

Color #837895 in popluar number systems.

HEX837895
Decimal131120149
Binary10000011111100010010101
Octal203170225

Shades and tints

Shades of #837895

#837895
(131,120,149)
#786E88
(120,110,136)
#6D647B
(109,100,123)
#625A6E
(98,90,110)
#575061
(87,80,97)
#4C4654
(76,70,84)
#413C47
(65,60,71)
#36323A
(54,50,58)
#2B282D
(43,40,45)
#201E20
(32,30,32)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #837895

#837895
(131,120,149)
#8E849E
(142,132,158)
#9990A7
(153,144,167)
#A49CB0
(164,156,176)
#AFA8B9
(175,168,185)
#BAB4C2
(186,180,194)
#C5C0CB
(197,192,203)
#D0CCD4
(208,204,212)
#DBD8DD
(219,216,221)
#E6E4E6
(230,228,230)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837895; }

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

This text font color is #837895.


Background Color

.myBgColor { background-color: #837895; }

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

This div background color is #837895.


Border color

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

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

This div border color is #837895.


Opacity

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

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

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

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

This text has shadow with #837895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837895 on black background.


Color preview on white background

This text has color #837895 on white background.



Black color preview on #837895 background

This text has black color on #837895 background.


White color preview on #837895 background

This text has white color on #837895 background.