COLOR #7289DE

HEX: #7289DE RGB: (114,137,222)

Color info

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

RGB color model

#7289DE color RGB value is (114,137,222).

RGB: (114,137,222) (45%, 54%, 87%)

RGB channels and saturation

R 114 of 255 = 45%
G 137 of 255 = 54%
B 222 of 255 = 87%

114
137
222

R + G + B ~ 62%. #7289DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 137 + 222 = 473 (100%)
R 114 of 473 ~ 24.1%
G 137 of 473 ~ 28.96%
B 222 of 473 ~ 46.93'%

%24.1
%28.96
%46.93

CMYK color model

#7289DE color CMYK value is (49,38,0,13).

  • cyan value is 48.65%
  • magenta value is 38.29%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (49,38,0,13)
C49M38Y0K13 (49%, 38%, 0%, 13%)
(0.49 / 0.38 / 0.00 / 0.13)

CMYK percentages

%48.65
%38.29
%0
%12.94

Codes

Color #7289DE in popluar color models

72 89 DE
RGB 114 137 222
HSL 227° 62.07% 65.88%
HSB/HSV 227° 48.65% 87.06%
CMYK 48.65% 38.29% 0.00%
12.94%

Color #7289DE in popluar number systems.

HEX 72 89 DE
Decimal 114 137 222
Binary 1110010 10001001 11011110
Octal 162 211 336

Shades and tints

Shades of #7289DE

#7289DE
(114,137,222)
#687DCA
(104,125,202)
#5E71B6
(94,113,182)
#5465A2
(84,101,162)
#4A598E
(74,89,142)
#404D7A
(64,77,122)
#364166
(54,65,102)
#2C3552
(44,53,82)
#22293E
(34,41,62)
#181D2A
(24,29,42)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #7289DE

#7289DE
(114,137,222)
#7E93E1
(126,147,225)
#8A9DE4
(138,157,228)
#96A7E7
(150,167,231)
#A2B1EA
(162,177,234)
#AEBBED
(174,187,237)
#BAC5F0
(186,197,240)
#C6CFF3
(198,207,243)
#D2D9F6
(210,217,246)
#DEE3F9
(222,227,249)
#EAEDFC
(234,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7289DE; }

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

This text font color is #7289DE.

Background Color

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

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

This div background color is #7289DE.

Border color

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

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

This div border color is #7289DE.

Opacity

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

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

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

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

This text has shadow with #7289DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7289DE.

Preview

Color preview on black background

This text has color #7289DE on black background.


Color preview on white background

This text has color #7289DE on white background.


Black color preview on #7289DE background

This text has black color on #7289DE background.


White color preview on #7289DE background

This text has white color on #7289DE background.


Related colors

Complementary color

Complementary color for #hex is #8D7621.


I love getcolorcode.com

Triadic colors

1 #DE7289 and #89DE72 with #7289DE are triadic colors.

2 #DE8972 and #8972DE with #7289DE are triadic colors.