COLOR #8A93BB

HEX: #8A93BB
RGB: (138,147,187)

Color info

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

RGB color model

#8A93BB color RGB value is (138,147,187).

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

RGB channels and saturation

R 138 of 255 = 54%
G 147 of 255 = 58%
B 187 of 255 = 73%

138
147
187

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

Portions of RGB colors in percentages

R + G + B =
138 + 147 + 187 = 472 (100%)
R 138 of 472 ~ 29.24%
G 147 of 472 ~ 31.14%
B 187 of 472 ~ 39.62%

%29.24
%31.14
%39.62

CMYK color model

#8A93BB color CMYK value is (26,21,0,27).

  • cyan value is 26.20%
  • magenta value is 21.39%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(26,21,0,27)
C26M21Y0K27 
(26%,21%,0%,27%)
(0.26/0.21/0.00/0.27)	

CMYK percentages

%26.2
%21.39
%0
%26.67

Codes

Color #8A93BB in popluar color models

8A93BB
RGB138147187
HSL229°26.49%63.73%
HSB/HSV229°26.20%73.33%
CMYK26.20%21.39%0.00%
26.67%

Color #8A93BB in popluar number systems.

HEX8A93BB
Decimal138147187
Binary100010101001001110111011
Octal212223273

Shades and tints

Shades of #8A93BB

#8A93BB
(138,147,187)
#7E86AA
(126,134,170)
#727999
(114,121,153)
#666C88
(102,108,136)
#5A5F77
(90,95,119)
#4E5266
(78,82,102)
#424555
(66,69,85)
#363844
(54,56,68)
#2A2B33
(42,43,51)
#1E1E22
(30,30,34)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #8A93BB

#8A93BB
(138,147,187)
#949CC1
(148,156,193)
#9EA5C7
(158,165,199)
#A8AECD
(168,174,205)
#B2B7D3
(178,183,211)
#BCC0D9
(188,192,217)
#C6C9DF
(198,201,223)
#D0D2E5
(208,210,229)
#DADBEB
(218,219,235)
#E4E4F1
(228,228,241)
#EEEDF7
(238,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A93BB; }

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

This text font color is #8A93BB.


Background Color

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

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

This div background color is #8A93BB.


Border color

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

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

This div border color is #8A93BB.


Opacity

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

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

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

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

This text has shadow with #8A93BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A93BB on black background.


Color preview on white background

This text has color #8A93BB on white background.



Black color preview on #8A93BB background

This text has black color on #8A93BB background.


White color preview on #8A93BB background

This text has white color on #8A93BB background.