COLOR #818EDA

HEX: #818EDA
RGB: (129,142,218)

Color info

#818EDA contains mainly blue color. Web safe color of #818EDA is #9999CC (or #99C).

RGB color model

#818EDA color RGB value is (129,142,218).

  • red value is 129;
  • green value is 142;
  • blue value is 218.
RGB:
(129,142,218)
(51%,56%,85%)

RGB channels and saturation

R 129 of 255 = 51%
G 142 of 255 = 56%
B 218 of 255 = 85%

129
142
218

R + G + B ~ 64%. #818EDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 142 + 218 = 489 (100%)
R 129 of 489 ~ 26.38%
G 142 of 489 ~ 29.04%
B 218 of 489 ~ 44.58%

%26.38
%29.04
%44.58

CMYK color model

#818EDA color CMYK value is (41,35,0,15).

  • cyan value is 40.83%
  • magenta value is 34.86%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(41,35,0,15)
C41M35Y0K15 
(41%,35%,0%,15%)
(0.41/0.35/0.00/0.15)	

CMYK percentages

%40.83
%34.86
%0
%14.51

Codes

Color #818EDA in popluar color models

818EDA
RGB129142218
HSL231°54.60%68.04%
HSB/HSV231°40.83%85.49%
CMYK40.83%34.86%0.00%
14.51%

Color #818EDA in popluar number systems.

HEX818EDA
Decimal129142218
Binary100000011000111011011010
Octal201216332

Shades and tints

Shades of #818EDA

#818EDA
(129,142,218)
#7682C7
(118,130,199)
#6B76B4
(107,118,180)
#606AA1
(96,106,161)
#555E8E
(85,94,142)
#4A527B
(74,82,123)
#3F4668
(63,70,104)
#343A55
(52,58,85)
#292E42
(41,46,66)
#1E222F
(30,34,47)
#13161C
(19,22,28)
#000000
(0,0,0)

Tints of #818EDA

#818EDA
(129,142,218)
#8C98DD
(140,152,221)
#97A2E0
(151,162,224)
#A2ACE3
(162,172,227)
#ADB6E6
(173,182,230)
#B8C0E9
(184,192,233)
#C3CAEC
(195,202,236)
#CED4EF
(206,212,239)
#D9DEF2
(217,222,242)
#E4E8F5
(228,232,245)
#EFF2F8
(239,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818EDA color. Also use rgb(129,142,218) instead hex code.

Text Font Color

.myTextColor { color: #818EDA; }

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

This text font color is #818EDA.


Background Color

.myBgColor { background-color: #818EDA; }

<div style="background-color:#818EDA">Inner text</div>

This div background color is #818EDA.


Border color

.myBorderColor { border: 1px solid #818EDA; }

<div style="border:3px solid #818EDA">Div</div>

This div border color is #818EDA.


Opacity

.myOpacity80 { color: #818EDA; opacity: 0.8; }

<p style="color:#818EDA;opacity:0.8;">80%</p>

Text with #818EDA 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 #818EDA;}

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

This text has shadow with #818EDA color.

.textShadow {text-shadow: 3px 3px 1px #818EDA, 3px 3px 1px red;}

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

This text has shadow with #818EDA primary color and red secondary color.


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

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

This text has shadow with #818EDA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818EDA on black background.


Color preview on white background

This text has color #818EDA on white background.



Black color preview on #818EDA background

This text has black color on #818EDA background.


White color preview on #818EDA background

This text has white color on #818EDA background.