COLOR #7395CD

HEX: #7395CD
RGB: (115,149,205)

Color info

#7395CD contains mainly green and blue colors. Web safe color of #7395CD is #6699CC (or #69C).

RGB color model

#7395CD color RGB value is (115,149,205).

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

RGB channels and saturation

R 115 of 255 = 45%
G 149 of 255 = 58%
B 205 of 255 = 80%

115
149
205

R + G + B ~ 61%. #7395CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 149 + 205 = 469 (100%)
R 115 of 469 ~ 24.52%
G 149 of 469 ~ 31.77%
B 205 of 469 ~ 43.71%

%24.52
%31.77
%43.71

CMYK color model

#7395CD color CMYK value is (44,27,0,20).

  • cyan value is 43.90%
  • magenta value is 27.32%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(44,27,0,20)
C44M27Y0K20 
(44%,27%,0%,20%)
(0.44/0.27/0.00/0.20)	

CMYK percentages

%43.9
%27.32
%0
%19.61

Codes

Color #7395CD in popluar color models

7395CD
RGB115149205
HSL217°47.37%62.75%
HSB/HSV217°43.90%80.39%
CMYK43.90%27.32%0.00%
19.61%

Color #7395CD in popluar number systems.

HEX7395CD
Decimal115149205
Binary11100111001010111001101
Octal163225315

Shades and tints

Shades of #7395CD

#7395CD
(115,149,205)
#6988BB
(105,136,187)
#5F7BA9
(95,123,169)
#556E97
(85,110,151)
#4B6185
(75,97,133)
#415473
(65,84,115)
#374761
(55,71,97)
#2D3A4F
(45,58,79)
#232D3D
(35,45,61)
#19202B
(25,32,43)
#0F1319
(15,19,25)
#000000
(0,0,0)

Tints of #7395CD

#7395CD
(115,149,205)
#7F9ED1
(127,158,209)
#8BA7D5
(139,167,213)
#97B0D9
(151,176,217)
#A3B9DD
(163,185,221)
#AFC2E1
(175,194,225)
#BBCBE5
(187,203,229)
#C7D4E9
(199,212,233)
#D3DDED
(211,221,237)
#DFE6F1
(223,230,241)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7395CD; }

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

This text font color is #7395CD.


Background Color

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

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

This div background color is #7395CD.


Border color

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

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

This div border color is #7395CD.


Opacity

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

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

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

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

This text has shadow with #7395CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7395CD on black background.


Color preview on white background

This text has color #7395CD on white background.



Black color preview on #7395CD background

This text has black color on #7395CD background.


White color preview on #7395CD background

This text has white color on #7395CD background.