COLOR #817FE3

HEX: #817FE3
RGB: (129,127,227)

Color info

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

RGB color model

#817FE3 color RGB value is (129,127,227).

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

RGB channels and saturation

R 129 of 255 = 51%
G 127 of 255 = 50%
B 227 of 255 = 89%

129
127
227

R + G + B ~ 63%. #817FE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 127 + 227 = 483 (100%)
R 129 of 483 ~ 26.71%
G 127 of 483 ~ 26.29%
B 227 of 483 ~ 47%

%26.71
%26.29
%47

CMYK color model

#817FE3 color CMYK value is (43,44,0,11).

  • cyan value is 43.17%
  • magenta value is 44.05%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(43,44,0,11)
C43M44Y0K11 
(43%,44%,0%,11%)
(0.43/0.44/0.00/0.11)	

CMYK percentages

%43.17
%44.05
%0
%10.98

Codes

Color #817FE3 in popluar color models

817FE3
RGB129127227
HSL241°64.10%69.41%
HSB/HSV241°44.05%89.02%
CMYK43.17%44.05%0.00%
10.98%

Color #817FE3 in popluar number systems.

HEX817FE3
Decimal129127227
Binary10000001111111111100011
Octal201177343

Shades and tints

Shades of #817FE3

#817FE3
(129,127,227)
#7674CF
(118,116,207)
#6B69BB
(107,105,187)
#605EA7
(96,94,167)
#555393
(85,83,147)
#4A487F
(74,72,127)
#3F3D6B
(63,61,107)
#343257
(52,50,87)
#292743
(41,39,67)
#1E1C2F
(30,28,47)
#13111B
(19,17,27)
#000000
(0,0,0)

Tints of #817FE3

#817FE3
(129,127,227)
#8C8AE5
(140,138,229)
#9795E7
(151,149,231)
#A2A0E9
(162,160,233)
#ADABEB
(173,171,235)
#B8B6ED
(184,182,237)
#C3C1EF
(195,193,239)
#CECCF1
(206,204,241)
#D9D7F3
(217,215,243)
#E4E2F5
(228,226,245)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817FE3; }

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

This text font color is #817FE3.


Background Color

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

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

This div background color is #817FE3.


Border color

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

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

This div border color is #817FE3.


Opacity

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

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

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

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

This text has shadow with #817FE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817FE3 on black background.


Color preview on white background

This text has color #817FE3 on white background.



Black color preview on #817FE3 background

This text has black color on #817FE3 background.


White color preview on #817FE3 background

This text has white color on #817FE3 background.