COLOR #938CC3

HEX: #938CC3
RGB: (147,140,195)

Color info

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

RGB color model

#938CC3 color RGB value is (147,140,195).

  • red value is 147;
  • green value is 140;
  • blue value is 195.
RGB:
(147,140,195)
(58%,55%,76%)

RGB channels and saturation

R 147 of 255 = 58%
G 140 of 255 = 55%
B 195 of 255 = 76%

147
140
195

R + G + B ~ 63%. #938CC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 140 + 195 = 482 (100%)
R 147 of 482 ~ 30.5%
G 140 of 482 ~ 29.05%
B 195 of 482 ~ 40.46%

%30.5
%29.05
%40.46

CMYK color model

#938CC3 color CMYK value is (25,28,0,24).

  • cyan value is 24.62%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(25,28,0,24)
C25M28Y0K24 
(25%,28%,0%,24%)
(0.25/0.28/0.00/0.24)	

CMYK percentages

%24.62
%28.21
%0
%23.53

Codes

Color #938CC3 in popluar color models

938CC3
RGB147140195
HSL248°31.43%65.69%
HSB/HSV248°28.21%76.47%
CMYK24.62%28.21%0.00%
23.53%

Color #938CC3 in popluar number systems.

HEX938CC3
Decimal147140195
Binary100100111000110011000011
Octal223214303

Shades and tints

Shades of #938CC3

#938CC3
(147,140,195)
#8680B2
(134,128,178)
#7974A1
(121,116,161)
#6C6890
(108,104,144)
#5F5C7F
(95,92,127)
#52506E
(82,80,110)
#45445D
(69,68,93)
#38384C
(56,56,76)
#2B2C3B
(43,44,59)
#1E202A
(30,32,42)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #938CC3

#938CC3
(147,140,195)
#9C96C8
(156,150,200)
#A5A0CD
(165,160,205)
#AEAAD2
(174,170,210)
#B7B4D7
(183,180,215)
#C0BEDC
(192,190,220)
#C9C8E1
(201,200,225)
#D2D2E6
(210,210,230)
#DBDCEB
(219,220,235)
#E4E6F0
(228,230,240)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #938CC3 color. Also use rgb(147,140,195) instead hex code.

Text Font Color

.myTextColor { color: #938CC3; }

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

This text font color is #938CC3.


Background Color

.myBgColor { background-color: #938CC3; }

<div style="background-color:#938CC3">Inner text</div>

This div background color is #938CC3.


Border color

.myBorderColor { border: 1px solid #938CC3; }

<div style="border:3px solid #938CC3">Div</div>

This div border color is #938CC3.


Opacity

.myOpacity80 { color: #938CC3; opacity: 0.8; }

<p style="color:#938CC3;opacity:0.8;">80%</p>

Text with #938CC3 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 #938CC3;}

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

This text has shadow with #938CC3 color.

.textShadow {text-shadow: 3px 3px 1px #938CC3, 3px 3px 1px red;}

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

This text has shadow with #938CC3 primary color and red secondary color.


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

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

This text has shadow with #938CC3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938CC3 on black background.


Color preview on white background

This text has color #938CC3 on white background.



Black color preview on #938CC3 background

This text has black color on #938CC3 background.


White color preview on #938CC3 background

This text has white color on #938CC3 background.