COLOR #7393DC

HEX: #7393DC
RGB: (115,147,220)

Color info

#7393DC contains mainly blue color. Web safe color of #7393DC is #6699CC (or #69C).

RGB color model

#7393DC color RGB value is (115,147,220).

  • red value is 115;
  • green value is 147;
  • blue value is 220.
RGB:
(115,147,220)
(45%,58%,86%)

RGB channels and saturation

R 115 of 255 = 45%
G 147 of 255 = 58%
B 220 of 255 = 86%

115
147
220

R + G + B ~ 63%. #7393DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 147 + 220 = 482 (100%)
R 115 of 482 ~ 23.86%
G 147 of 482 ~ 30.5%
B 220 of 482 ~ 45.64%

%23.86
%30.5
%45.64

CMYK color model

#7393DC color CMYK value is (48,33,0,14).

  • cyan value is 47.73%
  • magenta value is 33.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(48,33,0,14)
C48M33Y0K14 
(48%,33%,0%,14%)
(0.48/0.33/0.00/0.14)	

CMYK percentages

%47.73
%33.18
%0
%13.73

Codes

Color #7393DC in popluar color models

7393DC
RGB115147220
HSL222°60.00%65.69%
HSB/HSV222°47.73%86.27%
CMYK47.73%33.18%0.00%
13.73%

Color #7393DC in popluar number systems.

HEX7393DC
Decimal115147220
Binary11100111001001111011100
Octal163223334

Shades and tints

Shades of #7393DC

#7393DC
(115,147,220)
#6986C8
(105,134,200)
#5F79B4
(95,121,180)
#556CA0
(85,108,160)
#4B5F8C
(75,95,140)
#415278
(65,82,120)
#374564
(55,69,100)
#2D3850
(45,56,80)
#232B3C
(35,43,60)
#191E28
(25,30,40)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #7393DC

#7393DC
(115,147,220)
#7F9CDF
(127,156,223)
#8BA5E2
(139,165,226)
#97AEE5
(151,174,229)
#A3B7E8
(163,183,232)
#AFC0EB
(175,192,235)
#BBC9EE
(187,201,238)
#C7D2F1
(199,210,241)
#D3DBF4
(211,219,244)
#DFE4F7
(223,228,247)
#EBEDFA
(235,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7393DC color. Also use rgb(115,147,220) instead hex code.

Text Font Color

.myTextColor { color: #7393DC; }

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

This text font color is #7393DC.


Background Color

.myBgColor { background-color: #7393DC; }

<div style="background-color:#7393DC">Inner text</div>

This div background color is #7393DC.


Border color

.myBorderColor { border: 1px solid #7393DC; }

<div style="border:3px solid #7393DC">Div</div>

This div border color is #7393DC.


Opacity

.myOpacity80 { color: #7393DC; opacity: 0.8; }

<p style="color:#7393DC;opacity:0.8;">80%</p>

Text with #7393DC 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 #7393DC;}

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

This text has shadow with #7393DC color.

.textShadow {text-shadow: 3px 3px 1px #7393DC, 3px 3px 1px red;}

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

This text has shadow with #7393DC primary color and red secondary color.


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

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

This text has shadow with #7393DC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7393DC on black background.


Color preview on white background

This text has color #7393DC on white background.



Black color preview on #7393DC background

This text has black color on #7393DC background.


White color preview on #7393DC background

This text has white color on #7393DC background.