COLOR #817DE6

HEX: #817DE6
RGB: (129,125,230)

Color info

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

RGB color model

#817DE6 color RGB value is (129,125,230).

  • red value is 129;
  • green value is 125;
  • blue value is 230.
RGB:
(129,125,230)
(51%,49%,90%)

RGB channels and saturation

R 129 of 255 = 51%
G 125 of 255 = 49%
B 230 of 255 = 90%

129
125
230

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

Portions of RGB colors in percentages

R + G + B =
129 + 125 + 230 = 484 (100%)
R 129 of 484 ~ 26.65%
G 125 of 484 ~ 25.83%
B 230 of 484 ~ 47.52%

%26.65
%25.83
%47.52

CMYK color model

#817DE6 color CMYK value is (44,46,0,10).

  • cyan value is 43.91%
  • magenta value is 45.65%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(44,46,0,10)
C44M46Y0K10 
(44%,46%,0%,10%)
(0.44/0.46/0.00/0.10)	

CMYK percentages

%43.91
%45.65
%0
%9.8

Codes

Color #817DE6 in popluar color models

817DE6
RGB129125230
HSL242°67.74%69.61%
HSB/HSV242°45.65%90.20%
CMYK43.91%45.65%0.00%
9.80%

Color #817DE6 in popluar number systems.

HEX817DE6
Decimal129125230
Binary10000001111110111100110
Octal201175346

Shades and tints

Shades of #817DE6

#817DE6
(129,125,230)
#7672D2
(118,114,210)
#6B67BE
(107,103,190)
#605CAA
(96,92,170)
#555196
(85,81,150)
#4A4682
(74,70,130)
#3F3B6E
(63,59,110)
#34305A
(52,48,90)
#292546
(41,37,70)
#1E1A32
(30,26,50)
#130F1E
(19,15,30)
#000000
(0,0,0)

Tints of #817DE6

#817DE6
(129,125,230)
#8C88E8
(140,136,232)
#9793EA
(151,147,234)
#A29EEC
(162,158,236)
#ADA9EE
(173,169,238)
#B8B4F0
(184,180,240)
#C3BFF2
(195,191,242)
#CECAF4
(206,202,244)
#D9D5F6
(217,213,246)
#E4E0F8
(228,224,248)
#EFEBFA
(239,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817DE6 color. Also use rgb(129,125,230) instead hex code.

Text Font Color

.myTextColor { color: #817DE6; }

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

This text font color is #817DE6.


Background Color

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

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

This div background color is #817DE6.


Border color

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

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

This div border color is #817DE6.


Opacity

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

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

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

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

This text has shadow with #817DE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817DE6 on black background.


Color preview on white background

This text has color #817DE6 on white background.



Black color preview on #817DE6 background

This text has black color on #817DE6 background.


White color preview on #817DE6 background

This text has white color on #817DE6 background.