COLOR #8A93C2

HEX: #8A93C2 RGB: (138,147,194)

Color info

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

RGB color model

#8A93C2 color RGB value is (138,147,194).

RGB: (138,147,194) (54%, 58%, 76%)

RGB channels and saturation

R 138 of 255 = 54%
G 147 of 255 = 58%
B 194 of 255 = 76%

138
147
194

R + G + B ~ 63%. #8A93C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 147 + 194 = 479 (100%)
R 138 of 479 ~ 28.81%
G 147 of 479 ~ 30.69%
B 194 of 479 ~ 40.5'%

%28.81
%30.69
%40.5

CMYK color model

#8A93C2 color CMYK value is (29,24,0,24).

  • cyan value is 28.87%
  • magenta value is 24.23%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (29,24,0,24) C29M24Y0K24 (29%,24%,0%,24%) (0.29/0.24/0.00/0.24) 

CMYK percentages

%28.87
%24.23
%0
%23.92

Codes

Color #8A93C2 in popluar color models

8A 93 C2
RGB 138 147 194
HSL 230° 31.46% 65.10%
HSB/HSV 230° 28.87% 76.08%
CMYK 28.87% 24.23% 0.00%
23.92%

Color #8A93C2 in popluar number systems.

HEX 8A 93 C2
Decimal 138 147 194
Binary 10001010 10010011 11000010
Octal 212 223 302

Shades and tints

Shades of #8A93C2

#8A93C2
(138,147,194)
#7E86B1
(126,134,177)
#7279A0
(114,121,160)
#666C8F
(102,108,143)
#5A5F7E
(90,95,126)
#4E526D
(78,82,109)
#42455C
(66,69,92)
#36384B
(54,56,75)
#2A2B3A
(42,43,58)
#1E1E29
(30,30,41)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #8A93C2

#8A93C2
(138,147,194)
#949CC7
(148,156,199)
#9EA5CC
(158,165,204)
#A8AED1
(168,174,209)
#B2B7D6
(178,183,214)
#BCC0DB
(188,192,219)
#C6C9E0
(198,201,224)
#D0D2E5
(208,210,229)
#DADBEA
(218,219,234)
#E4E4EF
(228,228,239)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A93C2; }

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

This text font color is #8A93C2.

Background Color

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

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

This div background color is #8A93C2.

Border color

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

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

This div border color is #8A93C2.

Opacity

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

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

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

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

This text has shadow with #8A93C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A93C2.

Preview

Color preview on black background

This text has color #8A93C2 on black background.


Color preview on white background

This text has color #8A93C2 on white background.


Black color preview on #8A93C2 background

This text has black color on #8A93C2 background.


White color preview on #8A93C2 background

This text has white color on #8A93C2 background.


Related colors

Complementary color

Complementary color for #hex is #756C3D.


I love getcolorcode.com

Triadic colors

1 #C28A93 and #93C28A with #8A93C2 are triadic colors.

2 #C2938A and #938AC2 with #8A93C2 are triadic colors.