COLOR #8A93D0

HEX: #8A93D0 RGB: (138,147,208)

Color info

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

RGB color model

#8A93D0 color RGB value is (138,147,208).

RGB: (138,147,208) (54%, 58%, 82%)

RGB channels and saturation

R 138 of 255 = 54%
G 147 of 255 = 58%
B 208 of 255 = 82%

138
147
208

R + G + B ~ 65%. #8A93D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 147 + 208 = 493 (100%)
R 138 of 493 ~ 27.99%
G 147 of 493 ~ 29.82%
B 208 of 493 ~ 42.19'%

%27.99
%29.82
%42.19

CMYK color model

#8A93D0 color CMYK value is (34,29,0,18).

  • cyan value is 33.65%
  • magenta value is 29.33%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (34,29,0,18)
C34M29Y0K18 (34%, 29%, 0%, 18%)
(0.34 / 0.29 / 0.00 / 0.18)

CMYK percentages

%33.65
%29.33
%0
%18.43

Codes

Color #8A93D0 in popluar color models

8A 93 D0
RGB 138 147 208
HSL 232° 42.68% 67.84%
HSB/HSV 232° 33.65% 81.57%
CMYK 33.65% 29.33% 0.00%
18.43%

Color #8A93D0 in popluar number systems.

HEX 8A 93 D0
Decimal 138 147 208
Binary 10001010 10010011 11010000
Octal 212 223 320

Shades and tints

Shades of #8A93D0

#8A93D0
(138,147,208)
#7E86BE
(126,134,190)
#7279AC
(114,121,172)
#666C9A
(102,108,154)
#5A5F88
(90,95,136)
#4E5276
(78,82,118)
#424564
(66,69,100)
#363852
(54,56,82)
#2A2B40
(42,43,64)
#1E1E2E
(30,30,46)
#12111C
(18,17,28)
#000000
(0,0,0)

Tints of #8A93D0

#8A93D0
(138,147,208)
#949CD4
(148,156,212)
#9EA5D8
(158,165,216)
#A8AEDC
(168,174,220)
#B2B7E0
(178,183,224)
#BCC0E4
(188,192,228)
#C6C9E8
(198,201,232)
#D0D2EC
(208,210,236)
#DADBF0
(218,219,240)
#E4E4F4
(228,228,244)
#EEEDF8
(238,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A93D0; }

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

This text font color is #8A93D0.

Background Color

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

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

This div background color is #8A93D0.

Border color

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

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

This div border color is #8A93D0.

Opacity

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

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

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

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

This text has shadow with #8A93D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A93D0.

Preview

Color preview on black background

This text has color #8A93D0 on black background.


Color preview on white background

This text has color #8A93D0 on white background.


Black color preview on #8A93D0 background

This text has black color on #8A93D0 background.


White color preview on #8A93D0 background

This text has white color on #8A93D0 background.


Related colors

Complementary color

Complementary color for #hex is #756C2F.


I love getcolorcode.com

Triadic colors

1 #D08A93 and #93D08A with #8A93D0 are triadic colors.

2 #D0938A and #938AD0 with #8A93D0 are triadic colors.