COLOR #868EDD

HEX: #868EDD
RGB: (134,142,221)

Color info

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

RGB color model

#868EDD color RGB value is (134,142,221).

  • red value is 134;
  • green value is 142;
  • blue value is 221.
RGB:
(134,142,221)
(53%,56%,87%)

RGB channels and saturation

R 134 of 255 = 53%
G 142 of 255 = 56%
B 221 of 255 = 87%

134
142
221

R + G + B ~ 65%. #868EDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 142 + 221 = 497 (100%)
R 134 of 497 ~ 26.96%
G 142 of 497 ~ 28.57%
B 221 of 497 ~ 44.47%

%26.96
%28.57
%44.47

CMYK color model

#868EDD color CMYK value is (39,36,0,13).

  • cyan value is 39.37%
  • magenta value is 35.75%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(39,36,0,13)
C39M36Y0K13 
(39%,36%,0%,13%)
(0.39/0.36/0.00/0.13)	

CMYK percentages

%39.37
%35.75
%0
%13.33

Codes

Color #868EDD in popluar color models

868EDD
RGB134142221
HSL234°56.13%69.61%
HSB/HSV234°39.37%86.67%
CMYK39.37%35.75%0.00%
13.33%

Color #868EDD in popluar number systems.

HEX868EDD
Decimal134142221
Binary100001101000111011011101
Octal206216335

Shades and tints

Shades of #868EDD

#868EDD
(134,142,221)
#7A82C9
(122,130,201)
#6E76B5
(110,118,181)
#626AA1
(98,106,161)
#565E8D
(86,94,141)
#4A5279
(74,82,121)
#3E4665
(62,70,101)
#323A51
(50,58,81)
#262E3D
(38,46,61)
#1A2229
(26,34,41)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #868EDD

#868EDD
(134,142,221)
#9198E0
(145,152,224)
#9CA2E3
(156,162,227)
#A7ACE6
(167,172,230)
#B2B6E9
(178,182,233)
#BDC0EC
(189,192,236)
#C8CAEF
(200,202,239)
#D3D4F2
(211,212,242)
#DEDEF5
(222,222,245)
#E9E8F8
(233,232,248)
#F4F2FB
(244,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868EDD color. Also use rgb(134,142,221) instead hex code.

Text Font Color

.myTextColor { color: #868EDD; }

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

This text font color is #868EDD.


Background Color

.myBgColor { background-color: #868EDD; }

<div style="background-color:#868EDD">Inner text</div>

This div background color is #868EDD.


Border color

.myBorderColor { border: 1px solid #868EDD; }

<div style="border:3px solid #868EDD">Div</div>

This div border color is #868EDD.


Opacity

.myOpacity80 { color: #868EDD; opacity: 0.8; }

<p style="color:#868EDD;opacity:0.8;">80%</p>

Text with #868EDD 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 #868EDD;}

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

This text has shadow with #868EDD color.

.textShadow {text-shadow: 3px 3px 1px #868EDD, 3px 3px 1px red;}

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

This text has shadow with #868EDD primary color and red secondary color.


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

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

This text has shadow with #868EDD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868EDD on black background.


Color preview on white background

This text has color #868EDD on white background.



Black color preview on #868EDD background

This text has black color on #868EDD background.


White color preview on #868EDD background

This text has white color on #868EDD background.