COLOR #8684EA

HEX: #8684EA
RGB: (134,132,234)

Color info

#8684EA contains mainly blue color. Web safe color of #8684EA is #9999FF (or #99F).

RGB color model

#8684EA color RGB value is (134,132,234).

  • red value is 134;
  • green value is 132;
  • blue value is 234.
RGB:
(134,132,234)
(53%,52%,92%)

RGB channels and saturation

R 134 of 255 = 53%
G 132 of 255 = 52%
B 234 of 255 = 92%

134
132
234

R + G + B ~ 66%. #8684EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 132 + 234 = 500 (100%)
R 134 of 500 ~ 26.8%
G 132 of 500 ~ 26.4%
B 234 of 500 ~ 46.8%

%26.8
%26.4
%46.8

CMYK color model

#8684EA color CMYK value is (43,44,0,8).

  • cyan value is 42.74%
  • magenta value is 43.59%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(43,44,0,8)
C43M44Y0K8 
(43%,44%,0%,8%)
(0.43/0.44/0.00/0.08)	

CMYK percentages

%42.74
%43.59
%0
%8.24

Codes

Color #8684EA in popluar color models

8684EA
RGB134132234
HSL241°70.83%71.76%
HSB/HSV241°43.59%91.76%
CMYK42.74%43.59%0.00%
8.24%

Color #8684EA in popluar number systems.

HEX8684EA
Decimal134132234
Binary100001101000010011101010
Octal206204352

Shades and tints

Shades of #8684EA

#8684EA
(134,132,234)
#7A78D5
(122,120,213)
#6E6CC0
(110,108,192)
#6260AB
(98,96,171)
#565496
(86,84,150)
#4A4881
(74,72,129)
#3E3C6C
(62,60,108)
#323057
(50,48,87)
#262442
(38,36,66)
#1A182D
(26,24,45)
#0E0C18
(14,12,24)
#000000
(0,0,0)

Tints of #8684EA

#8684EA
(134,132,234)
#918FEB
(145,143,235)
#9C9AEC
(156,154,236)
#A7A5ED
(167,165,237)
#B2B0EE
(178,176,238)
#BDBBEF
(189,187,239)
#C8C6F0
(200,198,240)
#D3D1F1
(211,209,241)
#DEDCF2
(222,220,242)
#E9E7F3
(233,231,243)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8684EA color. Also use rgb(134,132,234) instead hex code.

Text Font Color

.myTextColor { color: #8684EA; }

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

This text font color is #8684EA.


Background Color

.myBgColor { background-color: #8684EA; }

<div style="background-color:#8684EA">Inner text</div>

This div background color is #8684EA.


Border color

.myBorderColor { border: 1px solid #8684EA; }

<div style="border:3px solid #8684EA">Div</div>

This div border color is #8684EA.


Opacity

.myOpacity80 { color: #8684EA; opacity: 0.8; }

<p style="color:#8684EA;opacity:0.8;">80%</p>

Text with #8684EA 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 #8684EA;}

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

This text has shadow with #8684EA color.

.textShadow {text-shadow: 3px 3px 1px #8684EA, 3px 3px 1px red;}

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

This text has shadow with #8684EA primary color and red secondary color.


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

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

This text has shadow with #8684EA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8684EA on black background.


Color preview on white background

This text has color #8684EA on white background.



Black color preview on #8684EA background

This text has black color on #8684EA background.


White color preview on #8684EA background

This text has white color on #8684EA background.