COLOR #8C93DA

HEX: #8C93DA RGB: (140,147,218)

Color info

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

RGB color model

#8C93DA color RGB value is (140,147,218).

RGB: (140,147,218) (55%, 58%, 85%)

RGB channels and saturation

R 140 of 255 = 55%
G 147 of 255 = 58%
B 218 of 255 = 85%

140
147
218

R + G + B ~ 66%. #8C93DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 147 + 218 = 505 (100%)
R 140 of 505 ~ 27.72%
G 147 of 505 ~ 29.11%
B 218 of 505 ~ 43.17'%

%27.72
%29.11
%43.17

CMYK color model

#8C93DA color CMYK value is (36,33,0,15).

  • cyan value is 35.78%
  • magenta value is 32.57%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (36,33,0,15) C36M33Y0K15 (36%,33%,0%,15%) (0.36/0.33/0.00/0.15) 

CMYK percentages

%35.78
%32.57
%0
%14.51

Codes

Color #8C93DA in popluar color models

8C 93 DA
RGB 140 147 218
HSL 235° 51.32% 70.20%
HSB/HSV 235° 35.78% 85.49%
CMYK 35.78% 32.57% 0.00%
14.51%

Color #8C93DA in popluar number systems.

HEX 8C 93 DA
Decimal 140 147 218
Binary 10001100 10010011 11011010
Octal 214 223 332

Shades and tints

Shades of #8C93DA

#8C93DA
(140,147,218)
#8086C7
(128,134,199)
#7479B4
(116,121,180)
#686CA1
(104,108,161)
#5C5F8E
(92,95,142)
#50527B
(80,82,123)
#444568
(68,69,104)
#383855
(56,56,85)
#2C2B42
(44,43,66)
#201E2F
(32,30,47)
#14111C
(20,17,28)
#000000
(0,0,0)

Tints of #8C93DA

#8C93DA
(140,147,218)
#969CDD
(150,156,221)
#A0A5E0
(160,165,224)
#AAAEE3
(170,174,227)
#B4B7E6
(180,183,230)
#BEC0E9
(190,192,233)
#C8C9EC
(200,201,236)
#D2D2EF
(210,210,239)
#DCDBF2
(220,219,242)
#E6E4F5
(230,228,245)
#F0EDF8
(240,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C93DA; }

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

This text font color is #8C93DA.

Background Color

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

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

This div background color is #8C93DA.

Border color

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

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

This div border color is #8C93DA.

Opacity

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

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

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

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

This text has shadow with #8C93DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C93DA.

Preview

Color preview on black background

This text has color #8C93DA on black background.


Color preview on white background

This text has color #8C93DA on white background.


Black color preview on #8C93DA background

This text has black color on #8C93DA background.


White color preview on #8C93DA background

This text has white color on #8C93DA background.


Related colors

Complementary color

Complementary color for #hex is #736C25.


I love getcolorcode.com

Triadic colors

1 #DA8C93 and #93DA8C with #8C93DA are triadic colors.

2 #DA938C and #938CDA with #8C93DA are triadic colors.