COLOR #8A8EB5

HEX: #8A8EB5
RGB: (138,142,181)

Color info

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

RGB color model

#8A8EB5 color RGB value is (138,142,181).

  • red value is 138;
  • green value is 142;
  • blue value is 181.
RGB:
(138,142,181)
(54%,56%,71%)

RGB channels and saturation

R 138 of 255 = 54%
G 142 of 255 = 56%
B 181 of 255 = 71%

138
142
181

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

Portions of RGB colors in percentages

R + G + B =
138 + 142 + 181 = 461 (100%)
R 138 of 461 ~ 29.93%
G 142 of 461 ~ 30.8%
B 181 of 461 ~ 39.26%

%29.93
%30.8
%39.26

CMYK color model

#8A8EB5 color CMYK value is (24,22,0,29).

  • cyan value is 23.76%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(24,22,0,29)
C24M22Y0K29 
(24%,22%,0%,29%)
(0.24/0.22/0.00/0.29)	

CMYK percentages

%23.76
%21.55
%0
%29.02

Codes

Color #8A8EB5 in popluar color models

8A8EB5
RGB138142181
HSL234°22.51%62.55%
HSB/HSV234°23.76%70.98%
CMYK23.76%21.55%0.00%
29.02%

Color #8A8EB5 in popluar number systems.

HEX8A8EB5
Decimal138142181
Binary100010101000111010110101
Octal212216265

Shades and tints

Shades of #8A8EB5

#8A8EB5
(138,142,181)
#7E82A5
(126,130,165)
#727695
(114,118,149)
#666A85
(102,106,133)
#5A5E75
(90,94,117)
#4E5265
(78,82,101)
#424655
(66,70,85)
#363A45
(54,58,69)
#2A2E35
(42,46,53)
#1E2225
(30,34,37)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #8A8EB5

#8A8EB5
(138,142,181)
#9498BB
(148,152,187)
#9EA2C1
(158,162,193)
#A8ACC7
(168,172,199)
#B2B6CD
(178,182,205)
#BCC0D3
(188,192,211)
#C6CAD9
(198,202,217)
#D0D4DF
(208,212,223)
#DADEE5
(218,222,229)
#E4E8EB
(228,232,235)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8EB5 color. Also use rgb(138,142,181) instead hex code.

Text Font Color

.myTextColor { color: #8A8EB5; }

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

This text font color is #8A8EB5.


Background Color

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

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

This div background color is #8A8EB5.


Border color

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

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

This div border color is #8A8EB5.


Opacity

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

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

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

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

This text has shadow with #8A8EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8EB5 on black background.


Color preview on white background

This text has color #8A8EB5 on white background.



Black color preview on #8A8EB5 background

This text has black color on #8A8EB5 background.


White color preview on #8A8EB5 background

This text has white color on #8A8EB5 background.