COLOR #9390D0

HEX: #9390D0
RGB: (147,144,208)

Color info

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

RGB color model

#9390D0 color RGB value is (147,144,208).

  • red value is 147;
  • green value is 144;
  • blue value is 208.
RGB:
(147,144,208)
(58%,56%,82%)

RGB channels and saturation

R 147 of 255 = 58%
G 144 of 255 = 56%
B 208 of 255 = 82%

147
144
208

R + G + B ~ 65%. #9390D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 144 + 208 = 499 (100%)
R 147 of 499 ~ 29.46%
G 144 of 499 ~ 28.86%
B 208 of 499 ~ 41.68%

%29.46
%28.86
%41.68

CMYK color model

#9390D0 color CMYK value is (29,31,0,18).

  • cyan value is 29.33%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(29,31,0,18)
C29M31Y0K18 
(29%,31%,0%,18%)
(0.29/0.31/0.00/0.18)	

CMYK percentages

%29.33
%30.77
%0
%18.43

Codes

Color #9390D0 in popluar color models

9390D0
RGB147144208
HSL243°40.51%69.02%
HSB/HSV243°30.77%81.57%
CMYK29.33%30.77%0.00%
18.43%

Color #9390D0 in popluar number systems.

HEX9390D0
Decimal147144208
Binary100100111001000011010000
Octal223220320

Shades and tints

Shades of #9390D0

#9390D0
(147,144,208)
#8683BE
(134,131,190)
#7976AC
(121,118,172)
#6C699A
(108,105,154)
#5F5C88
(95,92,136)
#524F76
(82,79,118)
#454264
(69,66,100)
#383552
(56,53,82)
#2B2840
(43,40,64)
#1E1B2E
(30,27,46)
#110E1C
(17,14,28)
#000000
(0,0,0)

Tints of #9390D0

#9390D0
(147,144,208)
#9C9AD4
(156,154,212)
#A5A4D8
(165,164,216)
#AEAEDC
(174,174,220)
#B7B8E0
(183,184,224)
#C0C2E4
(192,194,228)
#C9CCE8
(201,204,232)
#D2D6EC
(210,214,236)
#DBE0F0
(219,224,240)
#E4EAF4
(228,234,244)
#EDF4F8
(237,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9390D0 color. Also use rgb(147,144,208) instead hex code.

Text Font Color

.myTextColor { color: #9390D0; }

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

This text font color is #9390D0.


Background Color

.myBgColor { background-color: #9390D0; }

<div style="background-color:#9390D0">Inner text</div>

This div background color is #9390D0.


Border color

.myBorderColor { border: 1px solid #9390D0; }

<div style="border:3px solid #9390D0">Div</div>

This div border color is #9390D0.


Opacity

.myOpacity80 { color: #9390D0; opacity: 0.8; }

<p style="color:#9390D0;opacity:0.8;">80%</p>

Text with #9390D0 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 #9390D0;}

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

This text has shadow with #9390D0 color.

.textShadow {text-shadow: 3px 3px 1px #9390D0, 3px 3px 1px red;}

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

This text has shadow with #9390D0 primary color and red secondary color.


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

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

This text has shadow with #9390D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9390D0 on black background.


Color preview on white background

This text has color #9390D0 on white background.



Black color preview on #9390D0 background

This text has black color on #9390D0 background.


White color preview on #9390D0 background

This text has white color on #9390D0 background.