COLOR #9393BD

HEX: #9393BD
RGB: (147,147,189)

Color info

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

RGB color model

#9393BD color RGB value is (147,147,189).

  • red value is 147;
  • green value is 147;
  • blue value is 189.
RGB:
(147,147,189)
(58%,58%,74%)

RGB channels and saturation

R 147 of 255 = 58%
G 147 of 255 = 58%
B 189 of 255 = 74%

147
147
189

R + G + B ~ 63%. #9393BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 147 + 189 = 483 (100%)
R 147 of 483 ~ 30.43%
G 147 of 483 ~ 30.43%
B 189 of 483 ~ 39.13%

%30.43
%30.43
%39.13

CMYK color model

#9393BD color CMYK value is (22,22,0,26).

  • cyan value is 22.22%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(22,22,0,26)
C22M22Y0K26 
(22%,22%,0%,26%)
(0.22/0.22/0.00/0.26)	

CMYK percentages

%22.22
%22.22
%0
%25.88

Codes

Color #9393BD in popluar color models

9393BD
RGB147147189
HSL240°24.14%65.88%
HSB/HSV240°22.22%74.12%
CMYK22.22%22.22%0.00%
25.88%

Color #9393BD in popluar number systems.

HEX9393BD
Decimal147147189
Binary100100111001001110111101
Octal223223275

Shades and tints

Shades of #9393BD

#9393BD
(147,147,189)
#8686AC
(134,134,172)
#79799B
(121,121,155)
#6C6C8A
(108,108,138)
#5F5F79
(95,95,121)
#525268
(82,82,104)
#454557
(69,69,87)
#383846
(56,56,70)
#2B2B35
(43,43,53)
#1E1E24
(30,30,36)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #9393BD

#9393BD
(147,147,189)
#9C9CC3
(156,156,195)
#A5A5C9
(165,165,201)
#AEAECF
(174,174,207)
#B7B7D5
(183,183,213)
#C0C0DB
(192,192,219)
#C9C9E1
(201,201,225)
#D2D2E7
(210,210,231)
#DBDBED
(219,219,237)
#E4E4F3
(228,228,243)
#EDEDF9
(237,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9393BD color. Also use rgb(147,147,189) instead hex code.

Text Font Color

.myTextColor { color: #9393BD; }

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

This text font color is #9393BD.


Background Color

.myBgColor { background-color: #9393BD; }

<div style="background-color:#9393BD">Inner text</div>

This div background color is #9393BD.


Border color

.myBorderColor { border: 1px solid #9393BD; }

<div style="border:3px solid #9393BD">Div</div>

This div border color is #9393BD.


Opacity

.myOpacity80 { color: #9393BD; opacity: 0.8; }

<p style="color:#9393BD;opacity:0.8;">80%</p>

Text with #9393BD 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 #9393BD;}

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

This text has shadow with #9393BD color.

.textShadow {text-shadow: 3px 3px 1px #9393BD, 3px 3px 1px red;}

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

This text has shadow with #9393BD primary color and red secondary color.


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

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

This text has shadow with #9393BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9393BD on black background.


Color preview on white background

This text has color #9393BD on white background.



Black color preview on #9393BD background

This text has black color on #9393BD background.


White color preview on #9393BD background

This text has white color on #9393BD background.