COLOR #837799

HEX: #837799
RGB: (131,119,153)

Color info

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

RGB color model

#837799 color RGB value is (131,119,153).

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

RGB channels and saturation

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

131
119
153

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

Portions of RGB colors in percentages

R + G + B =
131 + 119 + 153 = 403 (100%)
R 131 of 403 ~ 32.51%
G 119 of 403 ~ 29.53%
B 153 of 403 ~ 37.97%

%32.51
%29.53
%37.97

CMYK color model

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

  • cyan value is 14.38%
  • magenta value is 22.22%
  • 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
%22.22
%0
%40

Codes

Color #837799 in popluar color models

837799
RGB131119153
HSL261°14.29%53.33%
HSB/HSV261°22.22%60.00%
CMYK14.38%22.22%0.00%
40.00%

Color #837799 in popluar number systems.

HEX837799
Decimal131119153
Binary10000011111011110011001
Octal203167231

Shades and tints

Shades of #837799

#837799
(131,119,153)
#786D8C
(120,109,140)
#6D637F
(109,99,127)
#625972
(98,89,114)
#574F65
(87,79,101)
#4C4558
(76,69,88)
#413B4B
(65,59,75)
#36313E
(54,49,62)
#2B2731
(43,39,49)
#201D24
(32,29,36)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #837799

#837799
(131,119,153)
#8E83A2
(142,131,162)
#998FAB
(153,143,171)
#A49BB4
(164,155,180)
#AFA7BD
(175,167,189)
#BAB3C6
(186,179,198)
#C5BFCF
(197,191,207)
#D0CBD8
(208,203,216)
#DBD7E1
(219,215,225)
#E6E3EA
(230,227,234)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837799; }

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

This text font color is #837799.


Background Color

.myBgColor { background-color: #837799; }

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

This div background color is #837799.


Border color

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

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

This div border color is #837799.


Opacity

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

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

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

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

This text has shadow with #837799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837799 on black background.


Color preview on white background

This text has color #837799 on white background.



Black color preview on #837799 background

This text has black color on #837799 background.


White color preview on #837799 background

This text has white color on #837799 background.