COLOR #8A93E9

HEX: #8A93E9
RGB: (138,147,233)

Color info

#8A93E9 contains mainly blue color. Web safe color of #8A93E9 is #9999FF (or #99F).

RGB color model

#8A93E9 color RGB value is (138,147,233).

  • red value is 138;
  • green value is 147;
  • blue value is 233.
RGB:
(138,147,233)
(54%,58%,91%)

RGB channels and saturation

R 138 of 255 = 54%
G 147 of 255 = 58%
B 233 of 255 = 91%

138
147
233

R + G + B ~ 68%. #8A93E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 147 + 233 = 518 (100%)
R 138 of 518 ~ 26.64%
G 147 of 518 ~ 28.38%
B 233 of 518 ~ 44.98%

%26.64
%28.38
%44.98

CMYK color model

#8A93E9 color CMYK value is (41,37,0,9).

  • cyan value is 40.77%
  • magenta value is 36.91%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(41,37,0,9)
C41M37Y0K9 
(41%,37%,0%,9%)
(0.41/0.37/0.00/0.09)	

CMYK percentages

%40.77
%36.91
%0
%8.63

Codes

Color #8A93E9 in popluar color models

8A93E9
RGB138147233
HSL234°68.35%72.75%
HSB/HSV234°40.77%91.37%
CMYK40.77%36.91%0.00%
8.63%

Color #8A93E9 in popluar number systems.

HEX8A93E9
Decimal138147233
Binary100010101001001111101001
Octal212223351

Shades and tints

Shades of #8A93E9

#8A93E9
(138,147,233)
#7E86D4
(126,134,212)
#7279BF
(114,121,191)
#666CAA
(102,108,170)
#5A5F95
(90,95,149)
#4E5280
(78,82,128)
#42456B
(66,69,107)
#363856
(54,56,86)
#2A2B41
(42,43,65)
#1E1E2C
(30,30,44)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #8A93E9

#8A93E9
(138,147,233)
#949CEB
(148,156,235)
#9EA5ED
(158,165,237)
#A8AEEF
(168,174,239)
#B2B7F1
(178,183,241)
#BCC0F3
(188,192,243)
#C6C9F5
(198,201,245)
#D0D2F7
(208,210,247)
#DADBF9
(218,219,249)
#E4E4FB
(228,228,251)
#EEEDFD
(238,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A93E9; }

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

This text font color is #8A93E9.


Background Color

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

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

This div background color is #8A93E9.


Border color

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

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

This div border color is #8A93E9.


Opacity

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

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

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

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

This text has shadow with #8A93E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A93E9 on black background.


Color preview on white background

This text has color #8A93E9 on white background.



Black color preview on #8A93E9 background

This text has black color on #8A93E9 background.


White color preview on #8A93E9 background

This text has white color on #8A93E9 background.