COLOR #817393

HEX: #817393
RGB: (129,115,147)

Color info

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

RGB color model

#817393 color RGB value is (129,115,147).

  • red value is 129;
  • green value is 115;
  • blue value is 147.
RGB:
(129,115,147)
(51%,45%,58%)

RGB channels and saturation

R 129 of 255 = 51%
G 115 of 255 = 45%
B 147 of 255 = 58%

129
115
147

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

Portions of RGB colors in percentages

R + G + B =
129 + 115 + 147 = 391 (100%)
R 129 of 391 ~ 32.99%
G 115 of 391 ~ 29.41%
B 147 of 391 ~ 37.6%

%32.99
%29.41
%37.6

CMYK color model

#817393 color CMYK value is (12,22,0,42).

  • cyan value is 12.24%
  • magenta value is 21.77%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(12,22,0,42)
C12M22Y0K42 
(12%,22%,0%,42%)
(0.12/0.22/0.00/0.42)	

CMYK percentages

%12.24
%21.77
%0
%42.35

Codes

Color #817393 in popluar color models

817393
RGB129115147
HSL266°12.90%51.37%
HSB/HSV266°21.77%57.65%
CMYK12.24%21.77%0.00%
42.35%

Color #817393 in popluar number systems.

HEX817393
Decimal129115147
Binary10000001111001110010011
Octal201163223

Shades and tints

Shades of #817393

#817393
(129,115,147)
#766986
(118,105,134)
#6B5F79
(107,95,121)
#60556C
(96,85,108)
#554B5F
(85,75,95)
#4A4152
(74,65,82)
#3F3745
(63,55,69)
#342D38
(52,45,56)
#29232B
(41,35,43)
#1E191E
(30,25,30)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #817393

#817393
(129,115,147)
#8C7F9C
(140,127,156)
#978BA5
(151,139,165)
#A297AE
(162,151,174)
#ADA3B7
(173,163,183)
#B8AFC0
(184,175,192)
#C3BBC9
(195,187,201)
#CEC7D2
(206,199,210)
#D9D3DB
(217,211,219)
#E4DFE4
(228,223,228)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817393 color. Also use rgb(129,115,147) instead hex code.

Text Font Color

.myTextColor { color: #817393; }

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

This text font color is #817393.


Background Color

.myBgColor { background-color: #817393; }

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

This div background color is #817393.


Border color

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

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

This div border color is #817393.


Opacity

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

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

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

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

This text has shadow with #817393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817393 on black background.


Color preview on white background

This text has color #817393 on white background.



Black color preview on #817393 background

This text has black color on #817393 background.


White color preview on #817393 background

This text has white color on #817393 background.