COLOR #7189D2

HEX: #7189D2 RGB: (113,137,210)

Color info

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

RGB color model

#7189D2 color RGB value is (113,137,210).

RGB: (113,137,210) (44%, 54%, 82%)

RGB channels and saturation

R 113 of 255 = 44%
G 137 of 255 = 54%
B 210 of 255 = 82%

113
137
210

R + G + B ~ 60%. #7189D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 137 + 210 = 460 (100%)
R 113 of 460 ~ 24.57%
G 137 of 460 ~ 29.78%
B 210 of 460 ~ 45.65'%

%24.57
%29.78
%45.65

CMYK color model

#7189D2 color CMYK value is (46,35,0,18).

  • cyan value is 46.19%
  • magenta value is 34.76%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (46,35,0,18)
C46M35Y0K18 (46%, 35%, 0%, 18%)
(0.46 / 0.35 / 0.00 / 0.18)

CMYK percentages

%46.19
%34.76
%0
%17.65

Codes

Color #7189D2 in popluar color models

71 89 D2
RGB 113 137 210
HSL 225° 51.87% 63.33%
HSB/HSV 225° 46.19% 82.35%
CMYK 46.19% 34.76% 0.00%
17.65%

Color #7189D2 in popluar number systems.

HEX 71 89 D2
Decimal 113 137 210
Binary 1110001 10001001 11010010
Octal 161 211 322

Shades and tints

Shades of #7189D2

#7189D2
(113,137,210)
#677DBF
(103,125,191)
#5D71AC
(93,113,172)
#536599
(83,101,153)
#495986
(73,89,134)
#3F4D73
(63,77,115)
#354160
(53,65,96)
#2B354D
(43,53,77)
#21293A
(33,41,58)
#171D27
(23,29,39)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #7189D2

#7189D2
(113,137,210)
#7D93D6
(125,147,214)
#899DDA
(137,157,218)
#95A7DE
(149,167,222)
#A1B1E2
(161,177,226)
#ADBBE6
(173,187,230)
#B9C5EA
(185,197,234)
#C5CFEE
(197,207,238)
#D1D9F2
(209,217,242)
#DDE3F6
(221,227,246)
#E9EDFA
(233,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7189D2 color. Also use rgb(113,137,210) instead hex code.

Text Font Color

.myTextColor { color: #7189D2; }

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

This text font color is #7189D2.

Background Color

.myBgColor { background-color: #7189D2; }

<div style="background-color:#7189D2">Inner text</div>

This div background color is #7189D2.

Border color

.myBorderColor { border: 1px solid #7189D2; }

<div style="border:3px solid #7189D2">Div</div>

This div border color is #7189D2.

Opacity

.myOpacity80 { color: #7189D2; opacity: 0.8; }

<p style="color:#7189D2;opacity:0.8;">80%</p>

Text with #7189D2 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 #7189D2;}

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

This text has shadow with #7189D2 color.


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

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

This text has shadow with #7189D2 primary color and red secondary color.


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

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

This text has shadow with #7189D2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7189D2.

Preview

Color preview on black background

This text has color #7189D2 on black background.


Color preview on white background

This text has color #7189D2 on white background.


Black color preview on #7189D2 background

This text has black color on #7189D2 background.


White color preview on #7189D2 background

This text has white color on #7189D2 background.


Related colors

Complementary color

Complementary color for #hex is #8E762D.


I love getcolorcode.com

Triadic colors

1 #D27189 and #89D271 with #7189D2 are triadic colors.

2 #D28971 and #8971D2 with #7189D2 are triadic colors.