COLOR #8B93E4

HEX: #8B93E4
RGB: (139,147,228)

Color info

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

RGB color model

#8B93E4 color RGB value is (139,147,228).

  • red value is 139;
  • green value is 147;
  • blue value is 228.
RGB:
(139,147,228)
(55%,58%,89%)

RGB channels and saturation

R 139 of 255 = 55%
G 147 of 255 = 58%
B 228 of 255 = 89%

139
147
228

R + G + B ~ 67%. #8B93E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 147 + 228 = 514 (100%)
R 139 of 514 ~ 27.04%
G 147 of 514 ~ 28.6%
B 228 of 514 ~ 44.36%

%27.04
%28.6
%44.36

CMYK color model

#8B93E4 color CMYK value is (39,36,0,11).

  • cyan value is 39.04%
  • magenta value is 35.53%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(39,36,0,11)
C39M36Y0K11 
(39%,36%,0%,11%)
(0.39/0.36/0.00/0.11)	

CMYK percentages

%39.04
%35.53
%0
%10.59

Codes

Color #8B93E4 in popluar color models

8B93E4
RGB139147228
HSL235°62.24%71.96%
HSB/HSV235°39.04%89.41%
CMYK39.04%35.53%0.00%
10.59%

Color #8B93E4 in popluar number systems.

HEX8B93E4
Decimal139147228
Binary100010111001001111100100
Octal213223344

Shades and tints

Shades of #8B93E4

#8B93E4
(139,147,228)
#7F86D0
(127,134,208)
#7379BC
(115,121,188)
#676CA8
(103,108,168)
#5B5F94
(91,95,148)
#4F5280
(79,82,128)
#43456C
(67,69,108)
#373858
(55,56,88)
#2B2B44
(43,43,68)
#1F1E30
(31,30,48)
#13111C
(19,17,28)
#000000
(0,0,0)

Tints of #8B93E4

#8B93E4
(139,147,228)
#959CE6
(149,156,230)
#9FA5E8
(159,165,232)
#A9AEEA
(169,174,234)
#B3B7EC
(179,183,236)
#BDC0EE
(189,192,238)
#C7C9F0
(199,201,240)
#D1D2F2
(209,210,242)
#DBDBF4
(219,219,244)
#E5E4F6
(229,228,246)
#EFEDF8
(239,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B93E4 color. Also use rgb(139,147,228) instead hex code.

Text Font Color

.myTextColor { color: #8B93E4; }

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

This text font color is #8B93E4.


Background Color

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

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

This div background color is #8B93E4.


Border color

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

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

This div border color is #8B93E4.


Opacity

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

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

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

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

This text has shadow with #8B93E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B93E4 on black background.


Color preview on white background

This text has color #8B93E4 on white background.



Black color preview on #8B93E4 background

This text has black color on #8B93E4 background.


White color preview on #8B93E4 background

This text has white color on #8B93E4 background.