COLOR #8A87BA

HEX: #8A87BA
RGB: (138,135,186)

Color info

#8A87BA contains red, green and blue colors in about the same proportion. Web safe color of #8A87BA is #9999CC (or #99C).

RGB color model

#8A87BA color RGB value is (138,135,186).

  • red value is 138;
  • green value is 135;
  • blue value is 186.
RGB:
(138,135,186)
(54%,53%,73%)

RGB channels and saturation

R 138 of 255 = 54%
G 135 of 255 = 53%
B 186 of 255 = 73%

138
135
186

R + G + B ~ 60%. #8A87BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 135 + 186 = 459 (100%)
R 138 of 459 ~ 30.07%
G 135 of 459 ~ 29.41%
B 186 of 459 ~ 40.52%

%30.07
%29.41
%40.52

CMYK color model

#8A87BA color CMYK value is (26,27,0,27).

  • cyan value is 25.81%
  • magenta value is 27.42%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(26,27,0,27)
C26M27Y0K27 
(26%,27%,0%,27%)
(0.26/0.27/0.00/0.27)	

CMYK percentages

%25.81
%27.42
%0
%27.06

Codes

Color #8A87BA in popluar color models

8A87BA
RGB138135186
HSL244°26.98%62.94%
HSB/HSV244°27.42%72.94%
CMYK25.81%27.42%0.00%
27.06%

Color #8A87BA in popluar number systems.

HEX8A87BA
Decimal138135186
Binary100010101000011110111010
Octal212207272

Shades and tints

Shades of #8A87BA

#8A87BA
(138,135,186)
#7E7BAA
(126,123,170)
#726F9A
(114,111,154)
#66638A
(102,99,138)
#5A577A
(90,87,122)
#4E4B6A
(78,75,106)
#423F5A
(66,63,90)
#36334A
(54,51,74)
#2A273A
(42,39,58)
#1E1B2A
(30,27,42)
#120F1A
(18,15,26)
#000000
(0,0,0)

Tints of #8A87BA

#8A87BA
(138,135,186)
#9491C0
(148,145,192)
#9E9BC6
(158,155,198)
#A8A5CC
(168,165,204)
#B2AFD2
(178,175,210)
#BCB9D8
(188,185,216)
#C6C3DE
(198,195,222)
#D0CDE4
(208,205,228)
#DAD7EA
(218,215,234)
#E4E1F0
(228,225,240)
#EEEBF6
(238,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A87BA color. Also use rgb(138,135,186) instead hex code.

Text Font Color

.myTextColor { color: #8A87BA; }

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

This text font color is #8A87BA.


Background Color

.myBgColor { background-color: #8A87BA; }

<div style="background-color:#8A87BA">Inner text</div>

This div background color is #8A87BA.


Border color

.myBorderColor { border: 1px solid #8A87BA; }

<div style="border:3px solid #8A87BA">Div</div>

This div border color is #8A87BA.


Opacity

.myOpacity80 { color: #8A87BA; opacity: 0.8; }

<p style="color:#8A87BA;opacity:0.8;">80%</p>

Text with #8A87BA 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 #8A87BA;}

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

This text has shadow with #8A87BA color.

.textShadow {text-shadow: 3px 3px 1px #8A87BA, 3px 3px 1px red;}

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

This text has shadow with #8A87BA primary color and red secondary color.


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

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

This text has shadow with #8A87BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A87BA on black background.


Color preview on white background

This text has color #8A87BA on white background.



Black color preview on #8A87BA background

This text has black color on #8A87BA background.


White color preview on #8A87BA background

This text has white color on #8A87BA background.