COLOR #8A90E1

HEX: #8A90E1
RGB: (138,144,225)

Color info

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

RGB color model

#8A90E1 color RGB value is (138,144,225).

  • red value is 138;
  • green value is 144;
  • blue value is 225.
RGB:
(138,144,225)
(54%,56%,88%)

RGB channels and saturation

R 138 of 255 = 54%
G 144 of 255 = 56%
B 225 of 255 = 88%

138
144
225

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

Portions of RGB colors in percentages

R + G + B =
138 + 144 + 225 = 507 (100%)
R 138 of 507 ~ 27.22%
G 144 of 507 ~ 28.4%
B 225 of 507 ~ 44.38%

%27.22
%28.4
%44.38

CMYK color model

#8A90E1 color CMYK value is (39,36,0,12).

  • cyan value is 38.67%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(39,36,0,12)
C39M36Y0K12 
(39%,36%,0%,12%)
(0.39/0.36/0.00/0.12)	

CMYK percentages

%38.67
%36
%0
%11.76

Codes

Color #8A90E1 in popluar color models

8A90E1
RGB138144225
HSL236°59.18%71.18%
HSB/HSV236°38.67%88.24%
CMYK38.67%36.00%0.00%
11.76%

Color #8A90E1 in popluar number systems.

HEX8A90E1
Decimal138144225
Binary100010101001000011100001
Octal212220341

Shades and tints

Shades of #8A90E1

#8A90E1
(138,144,225)
#7E83CD
(126,131,205)
#7276B9
(114,118,185)
#6669A5
(102,105,165)
#5A5C91
(90,92,145)
#4E4F7D
(78,79,125)
#424269
(66,66,105)
#363555
(54,53,85)
#2A2841
(42,40,65)
#1E1B2D
(30,27,45)
#120E19
(18,14,25)
#000000
(0,0,0)

Tints of #8A90E1

#8A90E1
(138,144,225)
#949AE3
(148,154,227)
#9EA4E5
(158,164,229)
#A8AEE7
(168,174,231)
#B2B8E9
(178,184,233)
#BCC2EB
(188,194,235)
#C6CCED
(198,204,237)
#D0D6EF
(208,214,239)
#DAE0F1
(218,224,241)
#E4EAF3
(228,234,243)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A90E1; }

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

This text font color is #8A90E1.


Background Color

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

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

This div background color is #8A90E1.


Border color

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

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

This div border color is #8A90E1.


Opacity

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

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

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

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

This text has shadow with #8A90E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A90E1 on black background.


Color preview on white background

This text has color #8A90E1 on white background.



Black color preview on #8A90E1 background

This text has black color on #8A90E1 background.


White color preview on #8A90E1 background

This text has white color on #8A90E1 background.