COLOR #7395DA

HEX: #7395DA
RGB: (115,149,218)

Color info

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

RGB color model

#7395DA color RGB value is (115,149,218).

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

RGB channels and saturation

R 115 of 255 = 45%
G 149 of 255 = 58%
B 218 of 255 = 85%

115
149
218

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

Portions of RGB colors in percentages

R + G + B =
115 + 149 + 218 = 482 (100%)
R 115 of 482 ~ 23.86%
G 149 of 482 ~ 30.91%
B 218 of 482 ~ 45.23%

%23.86
%30.91
%45.23

CMYK color model

#7395DA color CMYK value is (47,32,0,15).

  • cyan value is 47.25%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(47,32,0,15)
C47M32Y0K15 
(47%,32%,0%,15%)
(0.47/0.32/0.00/0.15)	

CMYK percentages

%47.25
%31.65
%0
%14.51

Codes

Color #7395DA in popluar color models

7395DA
RGB115149218
HSL220°58.19%65.29%
HSB/HSV220°47.25%85.49%
CMYK47.25%31.65%0.00%
14.51%

Color #7395DA in popluar number systems.

HEX7395DA
Decimal115149218
Binary11100111001010111011010
Octal163225332

Shades and tints

Shades of #7395DA

#7395DA
(115,149,218)
#6988C7
(105,136,199)
#5F7BB4
(95,123,180)
#556EA1
(85,110,161)
#4B618E
(75,97,142)
#41547B
(65,84,123)
#374768
(55,71,104)
#2D3A55
(45,58,85)
#232D42
(35,45,66)
#19202F
(25,32,47)
#0F131C
(15,19,28)
#000000
(0,0,0)

Tints of #7395DA

#7395DA
(115,149,218)
#7F9EDD
(127,158,221)
#8BA7E0
(139,167,224)
#97B0E3
(151,176,227)
#A3B9E6
(163,185,230)
#AFC2E9
(175,194,233)
#BBCBEC
(187,203,236)
#C7D4EF
(199,212,239)
#D3DDF2
(211,221,242)
#DFE6F5
(223,230,245)
#EBEFF8
(235,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7395DA; }

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

This text font color is #7395DA.


Background Color

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

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

This div background color is #7395DA.


Border color

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

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

This div border color is #7395DA.


Opacity

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

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

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

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

This text has shadow with #7395DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7395DA on black background.


Color preview on white background

This text has color #7395DA on white background.



Black color preview on #7395DA background

This text has black color on #7395DA background.


White color preview on #7395DA background

This text has white color on #7395DA background.