COLOR #8A8AE5

HEX: #8A8AE5
RGB: (138,138,229)

Color info

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

RGB color model

#8A8AE5 color RGB value is (138,138,229).

  • red value is 138;
  • green value is 138;
  • blue value is 229.
RGB:
(138,138,229)
(54%,54%,90%)

RGB channels and saturation

R 138 of 255 = 54%
G 138 of 255 = 54%
B 229 of 255 = 90%

138
138
229

R + G + B ~ 66%. #8A8AE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 138 + 229 = 505 (100%)
R 138 of 505 ~ 27.33%
G 138 of 505 ~ 27.33%
B 229 of 505 ~ 45.35%

%27.33
%27.33
%45.35

CMYK color model

#8A8AE5 color CMYK value is (40,40,0,10).

  • cyan value is 39.74%
  • magenta value is 39.74%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(40,40,0,10)
C40M40Y0K10 
(40%,40%,0%,10%)
(0.40/0.40/0.00/0.10)	

CMYK percentages

%39.74
%39.74
%0
%10.2

Codes

Color #8A8AE5 in popluar color models

8A8AE5
RGB138138229
HSL240°63.64%71.96%
HSB/HSV240°39.74%89.80%
CMYK39.74%39.74%0.00%
10.20%

Color #8A8AE5 in popluar number systems.

HEX8A8AE5
Decimal138138229
Binary100010101000101011100101
Octal212212345

Shades and tints

Shades of #8A8AE5

#8A8AE5
(138,138,229)
#7E7ED1
(126,126,209)
#7272BD
(114,114,189)
#6666A9
(102,102,169)
#5A5A95
(90,90,149)
#4E4E81
(78,78,129)
#42426D
(66,66,109)
#363659
(54,54,89)
#2A2A45
(42,42,69)
#1E1E31
(30,30,49)
#12121D
(18,18,29)
#000000
(0,0,0)

Tints of #8A8AE5

#8A8AE5
(138,138,229)
#9494E7
(148,148,231)
#9E9EE9
(158,158,233)
#A8A8EB
(168,168,235)
#B2B2ED
(178,178,237)
#BCBCEF
(188,188,239)
#C6C6F1
(198,198,241)
#D0D0F3
(208,208,243)
#DADAF5
(218,218,245)
#E4E4F7
(228,228,247)
#EEEEF9
(238,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8AE5; }

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

This text font color is #8A8AE5.


Background Color

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

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

This div background color is #8A8AE5.


Border color

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

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

This div border color is #8A8AE5.


Opacity

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

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

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

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

This text has shadow with #8A8AE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8AE5 on black background.


Color preview on white background

This text has color #8A8AE5 on white background.



Black color preview on #8A8AE5 background

This text has black color on #8A8AE5 background.


White color preview on #8A8AE5 background

This text has white color on #8A8AE5 background.