COLOR #8684ED

HEX: #8684ED
RGB: (134,132,237)

Color info

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

RGB color model

#8684ED color RGB value is (134,132,237).

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

RGB channels and saturation

R 134 of 255 = 53%
G 132 of 255 = 52%
B 237 of 255 = 93%

134
132
237

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

Portions of RGB colors in percentages

R + G + B =
134 + 132 + 237 = 503 (100%)
R 134 of 503 ~ 26.64%
G 132 of 503 ~ 26.24%
B 237 of 503 ~ 47.12%

%26.64
%26.24
%47.12

CMYK color model

#8684ED color CMYK value is (43,44,0,7).

  • cyan value is 43.46%
  • magenta value is 44.30%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(43,44,0,7)
C43M44Y0K7 
(43%,44%,0%,7%)
(0.43/0.44/0.00/0.07)	

CMYK percentages

%43.46
%44.3
%0
%7.06

Codes

Color #8684ED in popluar color models

8684ED
RGB134132237
HSL241°74.47%72.35%
HSB/HSV241°44.30%92.94%
CMYK43.46%44.30%0.00%
7.06%

Color #8684ED in popluar number systems.

HEX8684ED
Decimal134132237
Binary100001101000010011101101
Octal206204355

Shades and tints

Shades of #8684ED

#8684ED
(134,132,237)
#7A78D8
(122,120,216)
#6E6CC3
(110,108,195)
#6260AE
(98,96,174)
#565499
(86,84,153)
#4A4884
(74,72,132)
#3E3C6F
(62,60,111)
#32305A
(50,48,90)
#262445
(38,36,69)
#1A1830
(26,24,48)
#0E0C1B
(14,12,27)
#000000
(0,0,0)

Tints of #8684ED

#8684ED
(134,132,237)
#918FEE
(145,143,238)
#9C9AEF
(156,154,239)
#A7A5F0
(167,165,240)
#B2B0F1
(178,176,241)
#BDBBF2
(189,187,242)
#C8C6F3
(200,198,243)
#D3D1F4
(211,209,244)
#DEDCF5
(222,220,245)
#E9E7F6
(233,231,246)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8684ED; }

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

This text font color is #8684ED.


Background Color

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

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

This div background color is #8684ED.


Border color

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

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

This div border color is #8684ED.


Opacity

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

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

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

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

This text has shadow with #8684ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8684ED on black background.


Color preview on white background

This text has color #8684ED on white background.



Black color preview on #8684ED background

This text has black color on #8684ED background.


White color preview on #8684ED background

This text has white color on #8684ED background.