COLOR #8A93BE

HEX: #8A93BE
RGB: (138,147,190)

Color info

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

RGB color model

#8A93BE color RGB value is (138,147,190).

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

RGB channels and saturation

R 138 of 255 = 54%
G 147 of 255 = 58%
B 190 of 255 = 75%

138
147
190

R + G + B ~ 62%. #8A93BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 147 + 190 = 475 (100%)
R 138 of 475 ~ 29.05%
G 147 of 475 ~ 30.95%
B 190 of 475 ~ 40%

%29.05
%30.95
%40

CMYK color model

#8A93BE color CMYK value is (27,23,0,25).

  • cyan value is 27.37%
  • magenta value is 22.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(27,23,0,25)
C27M23Y0K25 
(27%,23%,0%,25%)
(0.27/0.23/0.00/0.25)	

CMYK percentages

%27.37
%22.63
%0
%25.49

Codes

Color #8A93BE in popluar color models

8A93BE
RGB138147190
HSL230°28.57%64.31%
HSB/HSV230°27.37%74.51%
CMYK27.37%22.63%0.00%
25.49%

Color #8A93BE in popluar number systems.

HEX8A93BE
Decimal138147190
Binary100010101001001110111110
Octal212223276

Shades and tints

Shades of #8A93BE

#8A93BE
(138,147,190)
#7E86AD
(126,134,173)
#72799C
(114,121,156)
#666C8B
(102,108,139)
#5A5F7A
(90,95,122)
#4E5269
(78,82,105)
#424558
(66,69,88)
#363847
(54,56,71)
#2A2B36
(42,43,54)
#1E1E25
(30,30,37)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #8A93BE

#8A93BE
(138,147,190)
#949CC3
(148,156,195)
#9EA5C8
(158,165,200)
#A8AECD
(168,174,205)
#B2B7D2
(178,183,210)
#BCC0D7
(188,192,215)
#C6C9DC
(198,201,220)
#D0D2E1
(208,210,225)
#DADBE6
(218,219,230)
#E4E4EB
(228,228,235)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A93BE; }

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

This text font color is #8A93BE.


Background Color

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

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

This div background color is #8A93BE.


Border color

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

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

This div border color is #8A93BE.


Opacity

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

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

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

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

This text has shadow with #8A93BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A93BE on black background.


Color preview on white background

This text has color #8A93BE on white background.



Black color preview on #8A93BE background

This text has black color on #8A93BE background.


White color preview on #8A93BE background

This text has white color on #8A93BE background.