COLOR #8689EB

HEX: #8689EB RGB: (134,137,235)

Color info

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

RGB color model

#8689EB color RGB value is (134,137,235).

RGB: (134,137,235) (53%, 54%, 92%)

RGB channels and saturation

R 134 of 255 = 53%
G 137 of 255 = 54%
B 235 of 255 = 92%

134
137
235

R + G + B ~ 66%. #8689EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 134 + 137 + 235 = 506 (100%)
R 134 of 506 ~ 26.48%
G 137 of 506 ~ 27.08%
B 235 of 506 ~ 46.44'%

%26.48
%27.08
%46.44

CMYK color model

#8689EB color CMYK value is (43,42,0,8).

  • cyan value is 42.98%
  • magenta value is 41.70%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (43,42,0,8)
C43M42Y0K8 (43%, 42%, 0%, 8%)
(0.43 / 0.42 / 0.00 / 0.08)

CMYK percentages

%42.98
%41.7
%0
%7.84

Codes

Color #8689EB in popluar color models

86 89 EB
RGB 134 137 235
HSL 238° 71.63% 72.35%
HSB/HSV 238° 42.98% 92.16%
CMYK 42.98% 41.70% 0.00%
7.84%

Color #8689EB in popluar number systems.

HEX 86 89 EB
Decimal 134 137 235
Binary 10000110 10001001 11101011
Octal 206 211 353

Shades and tints

Shades of #8689EB

#8689EB
(134,137,235)
#7A7DD6
(122,125,214)
#6E71C1
(110,113,193)
#6265AC
(98,101,172)
#565997
(86,89,151)
#4A4D82
(74,77,130)
#3E416D
(62,65,109)
#323558
(50,53,88)
#262943
(38,41,67)
#1A1D2E
(26,29,46)
#0E1119
(14,17,25)
#000000
(0,0,0)

Tints of #8689EB

#8689EB
(134,137,235)
#9193EC
(145,147,236)
#9C9DED
(156,157,237)
#A7A7EE
(167,167,238)
#B2B1EF
(178,177,239)
#BDBBF0
(189,187,240)
#C8C5F1
(200,197,241)
#D3CFF2
(211,207,242)
#DED9F3
(222,217,243)
#E9E3F4
(233,227,244)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8689EB color. Also use rgb(134,137,235) instead hex code.

Text Font Color

.myTextColor { color: #8689EB; }

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

This text font color is #8689EB.

Background Color

.myBgColor { background-color: #8689EB; }

<div style="background-color:#8689EB">Inner text</div>

This div background color is #8689EB.

Border color

.myBorderColor { border: 1px solid #8689EB; }

<div style="border:3px solid #8689EB">Div</div>

This div border color is #8689EB.

Opacity

.myOpacity80 { color: #8689EB; opacity: 0.8; }

<p style="color:#8689EB;opacity:0.8;">80%</p>

Text with #8689EB 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 #8689EB;}

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

This text has shadow with #8689EB color.


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

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

This text has shadow with #8689EB primary color and red secondary color.


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

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

This text has shadow with #8689EB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8689EB.

Preview

Color preview on black background

This text has color #8689EB on black background.


Color preview on white background

This text has color #8689EB on white background.


Black color preview on #8689EB background

This text has black color on #8689EB background.


White color preview on #8689EB background

This text has white color on #8689EB background.


Related colors

Complementary color

Complementary color for #hex is #797614.


I love getcolorcode.com

Triadic colors

1 #EB8689 and #89EB86 with #8689EB are triadic colors.

2 #EB8986 and #8986EB with #8689EB are triadic colors.