COLOR #7194BD

HEX: #7194BD
RGB: (113,148,189)

Color info

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

RGB color model

#7194BD color RGB value is (113,148,189).

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

RGB channels and saturation

R 113 of 255 = 44%
G 148 of 255 = 58%
B 189 of 255 = 74%

113
148
189

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

Portions of RGB colors in percentages

R + G + B =
113 + 148 + 189 = 450 (100%)
R 113 of 450 ~ 25.11%
G 148 of 450 ~ 32.89%
B 189 of 450 ~ 42%

%25.11
%32.89
%42

CMYK color model

#7194BD color CMYK value is (40,22,0,26).

  • cyan value is 40.21%
  • magenta value is 21.69%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(40,22,0,26)
C40M22Y0K26 
(40%,22%,0%,26%)
(0.40/0.22/0.00/0.26)	

CMYK percentages

%40.21
%21.69
%0
%25.88

Codes

Color #7194BD in popluar color models

7194BD
RGB113148189
HSL212°36.54%59.22%
HSB/HSV212°40.21%74.12%
CMYK40.21%21.69%0.00%
25.88%

Color #7194BD in popluar number systems.

HEX7194BD
Decimal113148189
Binary11100011001010010111101
Octal161224275

Shades and tints

Shades of #7194BD

#7194BD
(113,148,189)
#6787AC
(103,135,172)
#5D7A9B
(93,122,155)
#536D8A
(83,109,138)
#496079
(73,96,121)
#3F5368
(63,83,104)
#354657
(53,70,87)
#2B3946
(43,57,70)
#212C35
(33,44,53)
#171F24
(23,31,36)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #7194BD

#7194BD
(113,148,189)
#7D9DC3
(125,157,195)
#89A6C9
(137,166,201)
#95AFCF
(149,175,207)
#A1B8D5
(161,184,213)
#ADC1DB
(173,193,219)
#B9CAE1
(185,202,225)
#C5D3E7
(197,211,231)
#D1DCED
(209,220,237)
#DDE5F3
(221,229,243)
#E9EEF9
(233,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7194BD; }

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

This text font color is #7194BD.


Background Color

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

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

This div background color is #7194BD.


Border color

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

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

This div border color is #7194BD.


Opacity

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

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

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

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

This text has shadow with #7194BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7194BD on black background.


Color preview on white background

This text has color #7194BD on white background.



Black color preview on #7194BD background

This text has black color on #7194BD background.


White color preview on #7194BD background

This text has white color on #7194BD background.