COLOR #7194B2

HEX: #7194B2 RGB: (113,148,178)

Color info

#7194B2 contains mainly green and blue colors. Web safe color of #7194B2 is #669999 (or #699).

RGB color model

#7194B2 color RGB value is (113,148,178).

RGB: (113,148,178) (44%, 58%, 70%)

RGB channels and saturation

R 113 of 255 = 44%
G 148 of 255 = 58%
B 178 of 255 = 70%

113
148
178

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

Portions of RGB colors in percentages

R + G + B = 113 + 148 + 178 = 439 (100%)
R 113 of 439 ~ 25.74%
G 148 of 439 ~ 33.71%
B 178 of 439 ~ 40.55'%

%25.74
%33.71
%40.55

CMYK color model

#7194B2 color CMYK value is (37,17,0,30).

  • cyan value is 36.52%
  • magenta value is 16.85%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (37,17,0,30)
C37M17Y0K30 (37%, 17%, 0%, 30%)
(0.37 / 0.17 / 0.00 / 0.30)

CMYK percentages

%36.52
%16.85
%0
%30.2

Codes

Color #7194B2 in popluar color models

71 94 B2
RGB 113 148 178
HSL 208° 29.68% 57.06%
HSB/HSV 208° 36.52% 69.80%
CMYK 36.52% 16.85% 0.00%
30.20%

Color #7194B2 in popluar number systems.

HEX 71 94 B2
Decimal 113 148 178
Binary 1110001 10010100 10110010
Octal 161 224 262

Shades and tints

Shades of #7194B2

#7194B2
(113,148,178)
#6787A2
(103,135,162)
#5D7A92
(93,122,146)
#536D82
(83,109,130)
#496072
(73,96,114)
#3F5362
(63,83,98)
#354652
(53,70,82)
#2B3942
(43,57,66)
#212C32
(33,44,50)
#171F22
(23,31,34)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #7194B2

#7194B2
(113,148,178)
#7D9DB9
(125,157,185)
#89A6C0
(137,166,192)
#95AFC7
(149,175,199)
#A1B8CE
(161,184,206)
#ADC1D5
(173,193,213)
#B9CADC
(185,202,220)
#C5D3E3
(197,211,227)
#D1DCEA
(209,220,234)
#DDE5F1
(221,229,241)
#E9EEF8
(233,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7194B2; }

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

This text font color is #7194B2.

Background Color

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

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

This div background color is #7194B2.

Border color

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

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

This div border color is #7194B2.

Opacity

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

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

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

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

This text has shadow with #7194B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7194B2.

Preview

Color preview on black background

This text has color #7194B2 on black background.


Color preview on white background

This text has color #7194B2 on white background.


Black color preview on #7194B2 background

This text has black color on #7194B2 background.


White color preview on #7194B2 background

This text has white color on #7194B2 background.


Related colors

Complementary color

Complementary color for #hex is #8E6B4D.


I love getcolorcode.com

Triadic colors

1 #B27194 and #94B271 with #7194B2 are triadic colors.

2 #B29471 and #9471B2 with #7194B2 are triadic colors.