COLOR #817EBB

HEX: #817EBB
RGB: (129,126,187)

Color info

#817EBB contains mainly red and blue colors. Web safe color of #817EBB is #9966CC (or #96C).

RGB color model

#817EBB color RGB value is (129,126,187).

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

RGB channels and saturation

R 129 of 255 = 51%
G 126 of 255 = 49%
B 187 of 255 = 73%

129
126
187

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

Portions of RGB colors in percentages

R + G + B =
129 + 126 + 187 = 442 (100%)
R 129 of 442 ~ 29.19%
G 126 of 442 ~ 28.51%
B 187 of 442 ~ 42.31%

%29.19
%28.51
%42.31

CMYK color model

#817EBB color CMYK value is (31,33,0,27).

  • cyan value is 31.02%
  • magenta value is 32.62%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(31,33,0,27)
C31M33Y0K27 
(31%,33%,0%,27%)
(0.31/0.33/0.00/0.27)	

CMYK percentages

%31.02
%32.62
%0
%26.67

Codes

Color #817EBB in popluar color models

817EBB
RGB129126187
HSL243°30.96%61.37%
HSB/HSV243°32.62%73.33%
CMYK31.02%32.62%0.00%
26.67%

Color #817EBB in popluar number systems.

HEX817EBB
Decimal129126187
Binary10000001111111010111011
Octal201176273

Shades and tints

Shades of #817EBB

#817EBB
(129,126,187)
#7673AA
(118,115,170)
#6B6899
(107,104,153)
#605D88
(96,93,136)
#555277
(85,82,119)
#4A4766
(74,71,102)
#3F3C55
(63,60,85)
#343144
(52,49,68)
#292633
(41,38,51)
#1E1B22
(30,27,34)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #817EBB

#817EBB
(129,126,187)
#8C89C1
(140,137,193)
#9794C7
(151,148,199)
#A29FCD
(162,159,205)
#ADAAD3
(173,170,211)
#B8B5D9
(184,181,217)
#C3C0DF
(195,192,223)
#CECBE5
(206,203,229)
#D9D6EB
(217,214,235)
#E4E1F1
(228,225,241)
#EFECF7
(239,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817EBB; }

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

This text font color is #817EBB.


Background Color

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

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

This div background color is #817EBB.


Border color

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

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

This div border color is #817EBB.


Opacity

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

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

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

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

This text has shadow with #817EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817EBB on black background.


Color preview on white background

This text has color #817EBB on white background.



Black color preview on #817EBB background

This text has black color on #817EBB background.


White color preview on #817EBB background

This text has white color on #817EBB background.