COLOR #817FD7

HEX: #817FD7
RGB: (129,127,215)

Color info

#817FD7 contains mainly blue color. Web safe color of #817FD7 is #9966CC (or #96C).

RGB color model

#817FD7 color RGB value is (129,127,215).

  • red value is 129;
  • green value is 127;
  • blue value is 215.
RGB:
(129,127,215)
(51%,50%,84%)

RGB channels and saturation

R 129 of 255 = 51%
G 127 of 255 = 50%
B 215 of 255 = 84%

129
127
215

R + G + B ~ 62%. #817FD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 127 + 215 = 471 (100%)
R 129 of 471 ~ 27.39%
G 127 of 471 ~ 26.96%
B 215 of 471 ~ 45.65%

%27.39
%26.96
%45.65

CMYK color model

#817FD7 color CMYK value is (40,41,0,16).

  • cyan value is 40.00%
  • magenta value is 40.93%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(40,41,0,16)
C40M41Y0K16 
(40%,41%,0%,16%)
(0.40/0.41/0.00/0.16)	

CMYK percentages

%40
%40.93
%0
%15.69

Codes

Color #817FD7 in popluar color models

817FD7
RGB129127215
HSL241°52.38%67.06%
HSB/HSV241°40.93%84.31%
CMYK40.00%40.93%0.00%
15.69%

Color #817FD7 in popluar number systems.

HEX817FD7
Decimal129127215
Binary10000001111111111010111
Octal201177327

Shades and tints

Shades of #817FD7

#817FD7
(129,127,215)
#7674C4
(118,116,196)
#6B69B1
(107,105,177)
#605E9E
(96,94,158)
#55538B
(85,83,139)
#4A4878
(74,72,120)
#3F3D65
(63,61,101)
#343252
(52,50,82)
#29273F
(41,39,63)
#1E1C2C
(30,28,44)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #817FD7

#817FD7
(129,127,215)
#8C8ADA
(140,138,218)
#9795DD
(151,149,221)
#A2A0E0
(162,160,224)
#ADABE3
(173,171,227)
#B8B6E6
(184,182,230)
#C3C1E9
(195,193,233)
#CECCEC
(206,204,236)
#D9D7EF
(217,215,239)
#E4E2F2
(228,226,242)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817FD7 color. Also use rgb(129,127,215) instead hex code.

Text Font Color

.myTextColor { color: #817FD7; }

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

This text font color is #817FD7.


Background Color

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

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

This div background color is #817FD7.


Border color

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

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

This div border color is #817FD7.


Opacity

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

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

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

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

This text has shadow with #817FD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817FD7 on black background.


Color preview on white background

This text has color #817FD7 on white background.



Black color preview on #817FD7 background

This text has black color on #817FD7 background.


White color preview on #817FD7 background

This text has white color on #817FD7 background.