COLOR #7394BD

HEX: #7394BD
RGB: (115,148,189)

Color info

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

RGB color model

#7394BD color RGB value is (115,148,189).

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

RGB channels and saturation

R 115 of 255 = 45%
G 148 of 255 = 58%
B 189 of 255 = 74%

115
148
189

R + G + B ~ 59%. #7394BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 148 + 189 = 452 (100%)
R 115 of 452 ~ 25.44%
G 148 of 452 ~ 32.74%
B 189 of 452 ~ 41.81%

%25.44
%32.74
%41.81

CMYK color model

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

  • cyan value is 39.15%
  • magenta value is 21.69%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(39,22,0,26)
C39M22Y0K26 
(39%,22%,0%,26%)
(0.39/0.22/0.00/0.26)	

CMYK percentages

%39.15
%21.69
%0
%25.88

Codes

Color #7394BD in popluar color models

7394BD
RGB115148189
HSL213°35.92%59.61%
HSB/HSV213°39.15%74.12%
CMYK39.15%21.69%0.00%
25.88%

Color #7394BD in popluar number systems.

HEX7394BD
Decimal115148189
Binary11100111001010010111101
Octal163224275

Shades and tints

Shades of #7394BD

#7394BD
(115,148,189)
#6987AC
(105,135,172)
#5F7A9B
(95,122,155)
#556D8A
(85,109,138)
#4B6079
(75,96,121)
#415368
(65,83,104)
#374657
(55,70,87)
#2D3946
(45,57,70)
#232C35
(35,44,53)
#191F24
(25,31,36)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #7394BD

#7394BD
(115,148,189)
#7F9DC3
(127,157,195)
#8BA6C9
(139,166,201)
#97AFCF
(151,175,207)
#A3B8D5
(163,184,213)
#AFC1DB
(175,193,219)
#BBCAE1
(187,202,225)
#C7D3E7
(199,211,231)
#D3DCED
(211,220,237)
#DFE5F3
(223,229,243)
#EBEEF9
(235,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7394BD; }

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

This text font color is #7394BD.


Background Color

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

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

This div background color is #7394BD.


Border color

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

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

This div border color is #7394BD.


Opacity

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

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

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

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

This text has shadow with #7394BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7394BD on black background.


Color preview on white background

This text has color #7394BD on white background.



Black color preview on #7394BD background

This text has black color on #7394BD background.


White color preview on #7394BD background

This text has white color on #7394BD background.