COLOR #817AC8

HEX: #817AC8
RGB: (129,122,200)

Color info

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

RGB color model

#817AC8 color RGB value is (129,122,200).

  • red value is 129;
  • green value is 122;
  • blue value is 200.
RGB:
(129,122,200)
(51%,48%,78%)

RGB channels and saturation

R 129 of 255 = 51%
G 122 of 255 = 48%
B 200 of 255 = 78%

129
122
200

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

Portions of RGB colors in percentages

R + G + B =
129 + 122 + 200 = 451 (100%)
R 129 of 451 ~ 28.6%
G 122 of 451 ~ 27.05%
B 200 of 451 ~ 44.35%

%28.6
%27.05
%44.35

CMYK color model

#817AC8 color CMYK value is (36,39,0,22).

  • cyan value is 35.50%
  • magenta value is 39.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(36,39,0,22)
C36M39Y0K22 
(36%,39%,0%,22%)
(0.36/0.39/0.00/0.22)	

CMYK percentages

%35.5
%39
%0
%21.57

Codes

Color #817AC8 in popluar color models

817AC8
RGB129122200
HSL245°41.49%63.14%
HSB/HSV245°39.00%78.43%
CMYK35.50%39.00%0.00%
21.57%

Color #817AC8 in popluar number systems.

HEX817AC8
Decimal129122200
Binary10000001111101011001000
Octal201172310

Shades and tints

Shades of #817AC8

#817AC8
(129,122,200)
#766FB6
(118,111,182)
#6B64A4
(107,100,164)
#605992
(96,89,146)
#554E80
(85,78,128)
#4A436E
(74,67,110)
#3F385C
(63,56,92)
#342D4A
(52,45,74)
#292238
(41,34,56)
#1E1726
(30,23,38)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #817AC8

#817AC8
(129,122,200)
#8C86CD
(140,134,205)
#9792D2
(151,146,210)
#A29ED7
(162,158,215)
#ADAADC
(173,170,220)
#B8B6E1
(184,182,225)
#C3C2E6
(195,194,230)
#CECEEB
(206,206,235)
#D9DAF0
(217,218,240)
#E4E6F5
(228,230,245)
#EFF2FA
(239,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817AC8 color. Also use rgb(129,122,200) instead hex code.

Text Font Color

.myTextColor { color: #817AC8; }

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

This text font color is #817AC8.


Background Color

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

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

This div background color is #817AC8.


Border color

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

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

This div border color is #817AC8.


Opacity

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

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

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

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

This text has shadow with #817AC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817AC8 on black background.


Color preview on white background

This text has color #817AC8 on white background.



Black color preview on #817AC8 background

This text has black color on #817AC8 background.


White color preview on #817AC8 background

This text has white color on #817AC8 background.