COLOR #8A8BD7

HEX: #8A8BD7 RGB: (138,139,215)

Color info

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

RGB color model

#8A8BD7 color RGB value is (138,139,215).

RGB: (138,139,215) (54%, 55%, 84%)

RGB channels and saturation

R 138 of 255 = 54%
G 139 of 255 = 55%
B 215 of 255 = 84%

138
139
215

R + G + B ~ 64%. #8A8BD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 139 + 215 = 492 (100%)
R 138 of 492 ~ 28.05%
G 139 of 492 ~ 28.25%
B 215 of 492 ~ 43.7'%

%28.05
%28.25
%43.7

CMYK color model

#8A8BD7 color CMYK value is (36,35,0,16).

  • cyan value is 35.81%
  • magenta value is 35.35%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (36,35,0,16)
C36M35Y0K16 (36%, 35%, 0%, 16%)
(0.36 / 0.35 / 0.00 / 0.16)

CMYK percentages

%35.81
%35.35
%0
%15.69

Codes

Color #8A8BD7 in popluar color models

8A 8B D7
RGB 138 139 215
HSL 239° 49.04% 69.22%
HSB/HSV 239° 35.81% 84.31%
CMYK 35.81% 35.35% 0.00%
15.69%

Color #8A8BD7 in popluar number systems.

HEX 8A 8B D7
Decimal 138 139 215
Binary 10001010 10001011 11010111
Octal 212 213 327

Shades and tints

Shades of #8A8BD7

#8A8BD7
(138,139,215)
#7E7FC4
(126,127,196)
#7273B1
(114,115,177)
#66679E
(102,103,158)
#5A5B8B
(90,91,139)
#4E4F78
(78,79,120)
#424365
(66,67,101)
#363752
(54,55,82)
#2A2B3F
(42,43,63)
#1E1F2C
(30,31,44)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #8A8BD7

#8A8BD7
(138,139,215)
#9495DA
(148,149,218)
#9E9FDD
(158,159,221)
#A8A9E0
(168,169,224)
#B2B3E3
(178,179,227)
#BCBDE6
(188,189,230)
#C6C7E9
(198,199,233)
#D0D1EC
(208,209,236)
#DADBEF
(218,219,239)
#E4E5F2
(228,229,242)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8BD7 color. Also use rgb(138,139,215) instead hex code.

Text Font Color

.myTextColor { color: #8A8BD7; }

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

This text font color is #8A8BD7.

Background Color

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

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

This div background color is #8A8BD7.

Border color

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

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

This div border color is #8A8BD7.

Opacity

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

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

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

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

This text has shadow with #8A8BD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8BD7.

Preview

Color preview on black background

This text has color #8A8BD7 on black background.


Color preview on white background

This text has color #8A8BD7 on white background.


Black color preview on #8A8BD7 background

This text has black color on #8A8BD7 background.


White color preview on #8A8BD7 background

This text has white color on #8A8BD7 background.


Related colors

Complementary color

Complementary color for #hex is #757428.


I love getcolorcode.com

Triadic colors

1 #D78A8B and #8BD78A with #8A8BD7 are triadic colors.

2 #D78B8A and #8B8AD7 with #8A8BD7 are triadic colors.