COLOR #8C93EB

HEX: #8C93EB RGB: (140,147,235)

Color info

#8C93EB contains mainly blue color. Web safe color of #8C93EB is #9999FF (or #99F).

RGB color model

#8C93EB color RGB value is (140,147,235).

RGB: (140,147,235) (55%, 58%, 92%)

RGB channels and saturation

R 140 of 255 = 55%
G 147 of 255 = 58%
B 235 of 255 = 92%

140
147
235

R + G + B ~ 68%. #8C93EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 147 + 235 = 522 (100%)
R 140 of 522 ~ 26.82%
G 147 of 522 ~ 28.16%
B 235 of 522 ~ 45.02'%

%26.82
%28.16
%45.02

CMYK color model

#8C93EB color CMYK value is (40,37,0,8).

  • cyan value is 40.43%
  • magenta value is 37.45%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (40,37,0,8)
C40M37Y0K8 (40%, 37%, 0%, 8%)
(0.40 / 0.37 / 0.00 / 0.08)

CMYK percentages

%40.43
%37.45
%0
%7.84

Codes

Color #8C93EB in popluar color models

8C 93 EB
RGB 140 147 235
HSL 236° 70.37% 73.53%
HSB/HSV 236° 40.43% 92.16%
CMYK 40.43% 37.45% 0.00%
7.84%

Color #8C93EB in popluar number systems.

HEX 8C 93 EB
Decimal 140 147 235
Binary 10001100 10010011 11101011
Octal 214 223 353

Shades and tints

Shades of #8C93EB

#8C93EB
(140,147,235)
#8086D6
(128,134,214)
#7479C1
(116,121,193)
#686CAC
(104,108,172)
#5C5F97
(92,95,151)
#505282
(80,82,130)
#44456D
(68,69,109)
#383858
(56,56,88)
#2C2B43
(44,43,67)
#201E2E
(32,30,46)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #8C93EB

#8C93EB
(140,147,235)
#969CEC
(150,156,236)
#A0A5ED
(160,165,237)
#AAAEEE
(170,174,238)
#B4B7EF
(180,183,239)
#BEC0F0
(190,192,240)
#C8C9F1
(200,201,241)
#D2D2F2
(210,210,242)
#DCDBF3
(220,219,243)
#E6E4F4
(230,228,244)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C93EB color. Also use rgb(140,147,235) instead hex code.

Text Font Color

.myTextColor { color: #8C93EB; }

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

This text font color is #8C93EB.

Background Color

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

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

This div background color is #8C93EB.

Border color

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

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

This div border color is #8C93EB.

Opacity

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

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

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

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

This text has shadow with #8C93EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C93EB.

Preview

Color preview on black background

This text has color #8C93EB on black background.


Color preview on white background

This text has color #8C93EB on white background.


Black color preview on #8C93EB background

This text has black color on #8C93EB background.


White color preview on #8C93EB background

This text has white color on #8C93EB background.


Related colors

Complementary color

Complementary color for #hex is #736C14.


I love getcolorcode.com

Triadic colors

1 #EB8C93 and #93EB8C with #8C93EB are triadic colors.

2 #EB938C and #938CEB with #8C93EB are triadic colors.