COLOR #7289C6

HEX: #7289C6
RGB: (114,137,198)

Color info

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

RGB color model

#7289C6 color RGB value is (114,137,198).

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

RGB channels and saturation

R 114 of 255 = 45%
G 137 of 255 = 54%
B 198 of 255 = 78%

114
137
198

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

Portions of RGB colors in percentages

R + G + B =
114 + 137 + 198 = 449 (100%)
R 114 of 449 ~ 25.39%
G 137 of 449 ~ 30.51%
B 198 of 449 ~ 44.1%

%25.39
%30.51
%44.1

CMYK color model

#7289C6 color CMYK value is (42,31,0,22).

  • cyan value is 42.42%
  • magenta value is 30.81%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(42,31,0,22)
C42M31Y0K22 
(42%,31%,0%,22%)
(0.42/0.31/0.00/0.22)	

CMYK percentages

%42.42
%30.81
%0
%22.35

Codes

Color #7289C6 in popluar color models

7289C6
RGB114137198
HSL224°42.42%61.18%
HSB/HSV224°42.42%77.65%
CMYK42.42%30.81%0.00%
22.35%

Color #7289C6 in popluar number systems.

HEX7289C6
Decimal114137198
Binary11100101000100111000110
Octal162211306

Shades and tints

Shades of #7289C6

#7289C6
(114,137,198)
#687DB4
(104,125,180)
#5E71A2
(94,113,162)
#546590
(84,101,144)
#4A597E
(74,89,126)
#404D6C
(64,77,108)
#36415A
(54,65,90)
#2C3548
(44,53,72)
#222936
(34,41,54)
#181D24
(24,29,36)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #7289C6

#7289C6
(114,137,198)
#7E93CB
(126,147,203)
#8A9DD0
(138,157,208)
#96A7D5
(150,167,213)
#A2B1DA
(162,177,218)
#AEBBDF
(174,187,223)
#BAC5E4
(186,197,228)
#C6CFE9
(198,207,233)
#D2D9EE
(210,217,238)
#DEE3F3
(222,227,243)
#EAEDF8
(234,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7289C6; }

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

This text font color is #7289C6.


Background Color

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

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

This div background color is #7289C6.


Border color

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

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

This div border color is #7289C6.


Opacity

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

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

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

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

This text has shadow with #7289C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7289C6 on black background.


Color preview on white background

This text has color #7289C6 on white background.



Black color preview on #7289C6 background

This text has black color on #7289C6 background.


White color preview on #7289C6 background

This text has white color on #7289C6 background.