COLOR #7589E1

HEX: #7589E1 RGB: (117,137,225)

Color info

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

RGB color model

#7589E1 color RGB value is (117,137,225).

RGB: (117,137,225) (46%, 54%, 88%)

RGB channels and saturation

R 117 of 255 = 46%
G 137 of 255 = 54%
B 225 of 255 = 88%

117
137
225

R + G + B ~ 63%. #7589E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 137 + 225 = 479 (100%)
R 117 of 479 ~ 24.43%
G 137 of 479 ~ 28.6%
B 225 of 479 ~ 46.97'%

%24.43
%28.6
%46.97

CMYK color model

#7589E1 color CMYK value is (48,39,0,12).

  • cyan value is 48.00%
  • magenta value is 39.11%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (48,39,0,12)
C48M39Y0K12 (48%, 39%, 0%, 12%)
(0.48 / 0.39 / 0.00 / 0.12)

CMYK percentages

%48
%39.11
%0
%11.76

Codes

Color #7589E1 in popluar color models

75 89 E1
RGB 117 137 225
HSL 229° 64.29% 67.06%
HSB/HSV 229° 48.00% 88.24%
CMYK 48.00% 39.11% 0.00%
11.76%

Color #7589E1 in popluar number systems.

HEX 75 89 E1
Decimal 117 137 225
Binary 1110101 10001001 11100001
Octal 165 211 341

Shades and tints

Shades of #7589E1

#7589E1
(117,137,225)
#6B7DCD
(107,125,205)
#6171B9
(97,113,185)
#5765A5
(87,101,165)
#4D5991
(77,89,145)
#434D7D
(67,77,125)
#394169
(57,65,105)
#2F3555
(47,53,85)
#252941
(37,41,65)
#1B1D2D
(27,29,45)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #7589E1

#7589E1
(117,137,225)
#8193E3
(129,147,227)
#8D9DE5
(141,157,229)
#99A7E7
(153,167,231)
#A5B1E9
(165,177,233)
#B1BBEB
(177,187,235)
#BDC5ED
(189,197,237)
#C9CFEF
(201,207,239)
#D5D9F1
(213,217,241)
#E1E3F3
(225,227,243)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7589E1 color. Also use rgb(117,137,225) instead hex code.

Text Font Color

.myTextColor { color: #7589E1; }

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

This text font color is #7589E1.

Background Color

.myBgColor { background-color: #7589E1; }

<div style="background-color:#7589E1">Inner text</div>

This div background color is #7589E1.

Border color

.myBorderColor { border: 1px solid #7589E1; }

<div style="border:3px solid #7589E1">Div</div>

This div border color is #7589E1.

Opacity

.myOpacity80 { color: #7589E1; opacity: 0.8; }

<p style="color:#7589E1;opacity:0.8;">80%</p>

Text with #7589E1 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 #7589E1;}

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

This text has shadow with #7589E1 color.


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

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

This text has shadow with #7589E1 primary color and red secondary color.


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

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

This text has shadow with #7589E1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7589E1.

Preview

Color preview on black background

This text has color #7589E1 on black background.


Color preview on white background

This text has color #7589E1 on white background.


Black color preview on #7589E1 background

This text has black color on #7589E1 background.


White color preview on #7589E1 background

This text has white color on #7589E1 background.


Related colors

Complementary color

Complementary color for #hex is #8A761E.


I love getcolorcode.com

Triadic colors

1 #E17589 and #89E175 with #7589E1 are triadic colors.

2 #E18975 and #8975E1 with #7589E1 are triadic colors.