COLOR #837298

HEX: #837298
RGB: (131,114,152)

Color info

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

RGB color model

#837298 color RGB value is (131,114,152).

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

RGB channels and saturation

R 131 of 255 = 51%
G 114 of 255 = 45%
B 152 of 255 = 60%

131
114
152

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

Portions of RGB colors in percentages

R + G + B =
131 + 114 + 152 = 397 (100%)
R 131 of 397 ~ 33%
G 114 of 397 ~ 28.72%
B 152 of 397 ~ 38.29%

%33
%28.72
%38.29

CMYK color model

#837298 color CMYK value is (14,25,0,40).

  • cyan value is 13.82%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(14,25,0,40)
C14M25Y0K40 
(14%,25%,0%,40%)
(0.14/0.25/0.00/0.40)	

CMYK percentages

%13.82
%25
%0
%40.39

Codes

Color #837298 in popluar color models

837298
RGB131114152
HSL267°15.57%52.16%
HSB/HSV267°25.00%59.61%
CMYK13.82%25.00%0.00%
40.39%

Color #837298 in popluar number systems.

HEX837298
Decimal131114152
Binary10000011111001010011000
Octal203162230

Shades and tints

Shades of #837298

#837298
(131,114,152)
#78688B
(120,104,139)
#6D5E7E
(109,94,126)
#625471
(98,84,113)
#574A64
(87,74,100)
#4C4057
(76,64,87)
#41364A
(65,54,74)
#362C3D
(54,44,61)
#2B2230
(43,34,48)
#201823
(32,24,35)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #837298

#837298
(131,114,152)
#8E7EA1
(142,126,161)
#998AAA
(153,138,170)
#A496B3
(164,150,179)
#AFA2BC
(175,162,188)
#BAAEC5
(186,174,197)
#C5BACE
(197,186,206)
#D0C6D7
(208,198,215)
#DBD2E0
(219,210,224)
#E6DEE9
(230,222,233)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837298; }

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

This text font color is #837298.


Background Color

.myBgColor { background-color: #837298; }

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

This div background color is #837298.


Border color

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

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

This div border color is #837298.


Opacity

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

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

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

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

This text has shadow with #837298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837298 on black background.


Color preview on white background

This text has color #837298 on white background.



Black color preview on #837298 background

This text has black color on #837298 background.


White color preview on #837298 background

This text has white color on #837298 background.