COLOR #816ED7

HEX: #816ED7 RGB: (129,110,215)

Color info

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

RGB color model

#816ED7 color RGB value is (129,110,215).

RGB: (129,110,215) (51%, 43%, 84%)

RGB channels and saturation

R 129 of 255 = 51%
G 110 of 255 = 43%
B 215 of 255 = 84%

129
110
215

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

Portions of RGB colors in percentages

R + G + B = 129 + 110 + 215 = 454 (100%)
R 129 of 454 ~ 28.41%
G 110 of 454 ~ 24.23%
B 215 of 454 ~ 47.36'%

%28.41
%24.23
%47.36

CMYK color model

#816ED7 color CMYK value is (40,49,0,16).

  • cyan value is 40.00%
  • magenta value is 48.84%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (40,49,0,16)
C40M49Y0K16 (40%, 49%, 0%, 16%)
(0.40 / 0.49 / 0.00 / 0.16)

CMYK percentages

%40
%48.84
%0
%15.69

Codes

Color #816ED7 in popluar color models

81 6E D7
RGB 129 110 215
HSL 251° 56.76% 63.73%
HSB/HSV 251° 48.84% 84.31%
CMYK 40.00% 48.84% 0.00%
15.69%

Color #816ED7 in popluar number systems.

HEX 81 6E D7
Decimal 129 110 215
Binary 10000001 1101110 11010111
Octal 201 156 327

Shades and tints

Shades of #816ED7

#816ED7
(129,110,215)
#7664C4
(118,100,196)
#6B5AB1
(107,90,177)
#60509E
(96,80,158)
#55468B
(85,70,139)
#4A3C78
(74,60,120)
#3F3265
(63,50,101)
#342852
(52,40,82)
#291E3F
(41,30,63)
#1E142C
(30,20,44)
#130A19
(19,10,25)
#000000
(0,0,0)

Tints of #816ED7

#816ED7
(129,110,215)
#8C7BDA
(140,123,218)
#9788DD
(151,136,221)
#A295E0
(162,149,224)
#ADA2E3
(173,162,227)
#B8AFE6
(184,175,230)
#C3BCE9
(195,188,233)
#CEC9EC
(206,201,236)
#D9D6EF
(217,214,239)
#E4E3F2
(228,227,242)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816ED7 color. Also use rgb(129,110,215) instead hex code.

Text Font Color

.myTextColor { color: #816ED7; }

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

This text font color is #816ED7.

Background Color

.myBgColor { background-color: #816ED7; }

<div style="background-color:#816ED7">Inner text</div>

This div background color is #816ED7.

Border color

.myBorderColor { border: 1px solid #816ED7; }

<div style="border:3px solid #816ED7">Div</div>

This div border color is #816ED7.

Opacity

.myOpacity80 { color: #816ED7; opacity: 0.8; }

<p style="color:#816ED7;opacity:0.8;">80%</p>

Text with #816ED7 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 #816ED7;}

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

This text has shadow with #816ED7 color.


.textShadow {text-shadow: 3px 3px 1px #816ED7', 3px 3px 1px red;}

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

This text has shadow with #816ED7 primary color and red secondary color.


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

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

This text has shadow with #816ED7 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #816ED7; -webkit-box-shadow: 1px 1px 3px 2px #816ED7; box-shadow:1px 1px 3px 2px #816ED7;">
Div content here
</div>

This div box has shadow with color #816ED7.

Preview

Color preview on black background

This text has color #816ED7 on black background.


Color preview on white background

This text has color #816ED7 on white background.


Black color preview on #816ED7 background

This text has black color on #816ED7 background.


White color preview on #816ED7 background

This text has white color on #816ED7 background.


Related colors

Complementary color

Complementary color for #hex is #7E9128.


I love getcolorcode.com

Triadic colors

1 #D7816E and #6ED781 with #816ED7 are triadic colors.

2 #D76E81 and #6E81D7 with #816ED7 are triadic colors.