COLOR #7395DC

HEX: #7395DC
RGB: (115,149,220)

Color info

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

RGB color model

#7395DC color RGB value is (115,149,220).

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

RGB channels and saturation

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

115
149
220

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

Portions of RGB colors in percentages

R + G + B =
115 + 149 + 220 = 484 (100%)
R 115 of 484 ~ 23.76%
G 149 of 484 ~ 30.79%
B 220 of 484 ~ 45.45%

%23.76
%30.79
%45.45

CMYK color model

#7395DC color CMYK value is (48,32,0,14).

  • cyan value is 47.73%
  • magenta value is 32.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(48,32,0,14)
C48M32Y0K14 
(48%,32%,0%,14%)
(0.48/0.32/0.00/0.14)	

CMYK percentages

%47.73
%32.27
%0
%13.73

Codes

Color #7395DC in popluar color models

7395DC
RGB115149220
HSL221°60.00%65.69%
HSB/HSV221°47.73%86.27%
CMYK47.73%32.27%0.00%
13.73%

Color #7395DC in popluar number systems.

HEX7395DC
Decimal115149220
Binary11100111001010111011100
Octal163225334

Shades and tints

Shades of #7395DC

#7395DC
(115,149,220)
#6988C8
(105,136,200)
#5F7BB4
(95,123,180)
#556EA0
(85,110,160)
#4B618C
(75,97,140)
#415478
(65,84,120)
#374764
(55,71,100)
#2D3A50
(45,58,80)
#232D3C
(35,45,60)
#192028
(25,32,40)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #7395DC

#7395DC
(115,149,220)
#7F9EDF
(127,158,223)
#8BA7E2
(139,167,226)
#97B0E5
(151,176,229)
#A3B9E8
(163,185,232)
#AFC2EB
(175,194,235)
#BBCBEE
(187,203,238)
#C7D4F1
(199,212,241)
#D3DDF4
(211,221,244)
#DFE6F7
(223,230,247)
#EBEFFA
(235,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7395DC; }

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

This text font color is #7395DC.


Background Color

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

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

This div background color is #7395DC.


Border color

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

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

This div border color is #7395DC.


Opacity

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

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

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

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

This text has shadow with #7395DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7395DC on black background.


Color preview on white background

This text has color #7395DC on white background.



Black color preview on #7395DC background

This text has black color on #7395DC background.


White color preview on #7395DC background

This text has white color on #7395DC background.