COLOR #817EB5

HEX: #817EB5
RGB: (129,126,181)

Color info

#817EB5 contains red, green and blue colors in about the same proportion. Web safe color of #817EB5 is #9966CC (or #96C).

RGB color model

#817EB5 color RGB value is (129,126,181).

  • red value is 129;
  • green value is 126;
  • blue value is 181.
RGB:
(129,126,181)
(51%,49%,71%)

RGB channels and saturation

R 129 of 255 = 51%
G 126 of 255 = 49%
B 181 of 255 = 71%

129
126
181

R + G + B ~ 57%. #817EB5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 126 + 181 = 436 (100%)
R 129 of 436 ~ 29.59%
G 126 of 436 ~ 28.9%
B 181 of 436 ~ 41.51%

%29.59
%28.9
%41.51

CMYK color model

#817EB5 color CMYK value is (29,30,0,29).

  • cyan value is 28.73%
  • magenta value is 30.39%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(29,30,0,29)
C29M30Y0K29 
(29%,30%,0%,29%)
(0.29/0.30/0.00/0.29)	

CMYK percentages

%28.73
%30.39
%0
%29.02

Codes

Color #817EB5 in popluar color models

817EB5
RGB129126181
HSL243°27.09%60.20%
HSB/HSV243°30.39%70.98%
CMYK28.73%30.39%0.00%
29.02%

Color #817EB5 in popluar number systems.

HEX817EB5
Decimal129126181
Binary10000001111111010110101
Octal201176265

Shades and tints

Shades of #817EB5

#817EB5
(129,126,181)
#7673A5
(118,115,165)
#6B6895
(107,104,149)
#605D85
(96,93,133)
#555275
(85,82,117)
#4A4765
(74,71,101)
#3F3C55
(63,60,85)
#343145
(52,49,69)
#292635
(41,38,53)
#1E1B25
(30,27,37)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #817EB5

#817EB5
(129,126,181)
#8C89BB
(140,137,187)
#9794C1
(151,148,193)
#A29FC7
(162,159,199)
#ADAACD
(173,170,205)
#B8B5D3
(184,181,211)
#C3C0D9
(195,192,217)
#CECBDF
(206,203,223)
#D9D6E5
(217,214,229)
#E4E1EB
(228,225,235)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817EB5 color. Also use rgb(129,126,181) instead hex code.

Text Font Color

.myTextColor { color: #817EB5; }

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

This text font color is #817EB5.


Background Color

.myBgColor { background-color: #817EB5; }

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

This div background color is #817EB5.


Border color

.myBorderColor { border: 1px solid #817EB5; }

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

This div border color is #817EB5.


Opacity

.myOpacity80 { color: #817EB5; opacity: 0.8; }

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

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

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

This text has shadow with #817EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817EB5 on black background.


Color preview on white background

This text has color #817EB5 on white background.



Black color preview on #817EB5 background

This text has black color on #817EB5 background.


White color preview on #817EB5 background

This text has white color on #817EB5 background.