COLOR #7D89D8

HEX: #7D89D8
RGB: (125,137,216)

Color info

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

RGB color model

#7D89D8 color RGB value is (125,137,216).

  • red value is 125;
  • green value is 137;
  • blue value is 216.
RGB:
(125,137,216)
(49%,54%,85%)

RGB channels and saturation

R 125 of 255 = 49%
G 137 of 255 = 54%
B 216 of 255 = 85%

125
137
216

R + G + B ~ 63%. #7D89D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 137 + 216 = 478 (100%)
R 125 of 478 ~ 26.15%
G 137 of 478 ~ 28.66%
B 216 of 478 ~ 45.19%

%26.15
%28.66
%45.19

CMYK color model

#7D89D8 color CMYK value is (42,37,0,15).

  • cyan value is 42.13%
  • magenta value is 36.57%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(42,37,0,15)
C42M37Y0K15 
(42%,37%,0%,15%)
(0.42/0.37/0.00/0.15)	

CMYK percentages

%42.13
%36.57
%0
%15.29

Codes

Color #7D89D8 in popluar color models

7D89D8
RGB125137216
HSL232°53.85%66.86%
HSB/HSV232°42.13%84.71%
CMYK42.13%36.57%0.00%
15.29%

Color #7D89D8 in popluar number systems.

HEX7D89D8
Decimal125137216
Binary11111011000100111011000
Octal175211330

Shades and tints

Shades of #7D89D8

#7D89D8
(125,137,216)
#727DC5
(114,125,197)
#6771B2
(103,113,178)
#5C659F
(92,101,159)
#51598C
(81,89,140)
#464D79
(70,77,121)
#3B4166
(59,65,102)
#303553
(48,53,83)
#252940
(37,41,64)
#1A1D2D
(26,29,45)
#0F111A
(15,17,26)
#000000
(0,0,0)

Tints of #7D89D8

#7D89D8
(125,137,216)
#8893DB
(136,147,219)
#939DDE
(147,157,222)
#9EA7E1
(158,167,225)
#A9B1E4
(169,177,228)
#B4BBE7
(180,187,231)
#BFC5EA
(191,197,234)
#CACFED
(202,207,237)
#D5D9F0
(213,217,240)
#E0E3F3
(224,227,243)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D89D8 color. Also use rgb(125,137,216) instead hex code.

Text Font Color

.myTextColor { color: #7D89D8; }

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

This text font color is #7D89D8.


Background Color

.myBgColor { background-color: #7D89D8; }

<div style="background-color:#7D89D8">Inner text</div>

This div background color is #7D89D8.


Border color

.myBorderColor { border: 1px solid #7D89D8; }

<div style="border:3px solid #7D89D8">Div</div>

This div border color is #7D89D8.


Opacity

.myOpacity80 { color: #7D89D8; opacity: 0.8; }

<p style="color:#7D89D8;opacity:0.8;">80%</p>

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

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

This text has shadow with #7D89D8 color.

.textShadow {text-shadow: 3px 3px 1px #7D89D8, 3px 3px 1px red;}

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

This text has shadow with #7D89D8 primary color and red secondary color.


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

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

This text has shadow with #7D89D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D89D8 on black background.


Color preview on white background

This text has color #7D89D8 on white background.



Black color preview on #7D89D8 background

This text has black color on #7D89D8 background.


White color preview on #7D89D8 background

This text has white color on #7D89D8 background.