COLOR #7289B4

HEX: #7289B4
RGB: (114,137,180)

Color info

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

RGB color model

#7289B4 color RGB value is (114,137,180).

  • red value is 114;
  • green value is 137;
  • blue value is 180.
RGB:
(114,137,180)
(45%,54%,71%)

RGB channels and saturation

R 114 of 255 = 45%
G 137 of 255 = 54%
B 180 of 255 = 71%

114
137
180

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

Portions of RGB colors in percentages

R + G + B =
114 + 137 + 180 = 431 (100%)
R 114 of 431 ~ 26.45%
G 137 of 431 ~ 31.79%
B 180 of 431 ~ 41.76%

%26.45
%31.79
%41.76

CMYK color model

#7289B4 color CMYK value is (37,24,0,29).

  • cyan value is 36.67%
  • magenta value is 23.89%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(37,24,0,29)
C37M24Y0K29 
(37%,24%,0%,29%)
(0.37/0.24/0.00/0.29)	

CMYK percentages

%36.67
%23.89
%0
%29.41

Codes

Color #7289B4 in popluar color models

7289B4
RGB114137180
HSL219°30.56%57.65%
HSB/HSV219°36.67%70.59%
CMYK36.67%23.89%0.00%
29.41%

Color #7289B4 in popluar number systems.

HEX7289B4
Decimal114137180
Binary11100101000100110110100
Octal162211264

Shades and tints

Shades of #7289B4

#7289B4
(114,137,180)
#687DA4
(104,125,164)
#5E7194
(94,113,148)
#546584
(84,101,132)
#4A5974
(74,89,116)
#404D64
(64,77,100)
#364154
(54,65,84)
#2C3544
(44,53,68)
#222934
(34,41,52)
#181D24
(24,29,36)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #7289B4

#7289B4
(114,137,180)
#7E93BA
(126,147,186)
#8A9DC0
(138,157,192)
#96A7C6
(150,167,198)
#A2B1CC
(162,177,204)
#AEBBD2
(174,187,210)
#BAC5D8
(186,197,216)
#C6CFDE
(198,207,222)
#D2D9E4
(210,217,228)
#DEE3EA
(222,227,234)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7289B4 color. Also use rgb(114,137,180) instead hex code.

Text Font Color

.myTextColor { color: #7289B4; }

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

This text font color is #7289B4.


Background Color

.myBgColor { background-color: #7289B4; }

<div style="background-color:#7289B4">Inner text</div>

This div background color is #7289B4.


Border color

.myBorderColor { border: 1px solid #7289B4; }

<div style="border:3px solid #7289B4">Div</div>

This div border color is #7289B4.


Opacity

.myOpacity80 { color: #7289B4; opacity: 0.8; }

<p style="color:#7289B4;opacity:0.8;">80%</p>

Text with #7289B4 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 #7289B4;}

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

This text has shadow with #7289B4 color.

.textShadow {text-shadow: 3px 3px 1px #7289B4, 3px 3px 1px red;}

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

This text has shadow with #7289B4 primary color and red secondary color.


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

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

This text has shadow with #7289B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7289B4 on black background.


Color preview on white background

This text has color #7289B4 on white background.



Black color preview on #7289B4 background

This text has black color on #7289B4 background.


White color preview on #7289B4 background

This text has white color on #7289B4 background.