COLOR #7D89BE

HEX: #7D89BE
RGB: (125,137,190)

Color info

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

RGB color model

#7D89BE color RGB value is (125,137,190).

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

RGB channels and saturation

R 125 of 255 = 49%
G 137 of 255 = 54%
B 190 of 255 = 75%

125
137
190

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

Portions of RGB colors in percentages

R + G + B =
125 + 137 + 190 = 452 (100%)
R 125 of 452 ~ 27.65%
G 137 of 452 ~ 30.31%
B 190 of 452 ~ 42.04%

%27.65
%30.31
%42.04

CMYK color model

#7D89BE color CMYK value is (34,28,0,25).

  • cyan value is 34.21%
  • magenta value is 27.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(34,28,0,25)
C34M28Y0K25 
(34%,28%,0%,25%)
(0.34/0.28/0.00/0.25)	

CMYK percentages

%34.21
%27.89
%0
%25.49

Codes

Color #7D89BE in popluar color models

7D89BE
RGB125137190
HSL229°33.33%61.76%
HSB/HSV229°34.21%74.51%
CMYK34.21%27.89%0.00%
25.49%

Color #7D89BE in popluar number systems.

HEX7D89BE
Decimal125137190
Binary11111011000100110111110
Octal175211276

Shades and tints

Shades of #7D89BE

#7D89BE
(125,137,190)
#727DAD
(114,125,173)
#67719C
(103,113,156)
#5C658B
(92,101,139)
#51597A
(81,89,122)
#464D69
(70,77,105)
#3B4158
(59,65,88)
#303547
(48,53,71)
#252936
(37,41,54)
#1A1D25
(26,29,37)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #7D89BE

#7D89BE
(125,137,190)
#8893C3
(136,147,195)
#939DC8
(147,157,200)
#9EA7CD
(158,167,205)
#A9B1D2
(169,177,210)
#B4BBD7
(180,187,215)
#BFC5DC
(191,197,220)
#CACFE1
(202,207,225)
#D5D9E6
(213,217,230)
#E0E3EB
(224,227,235)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D89BE; }

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

This text font color is #7D89BE.


Background Color

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

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

This div background color is #7D89BE.


Border color

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

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

This div border color is #7D89BE.


Opacity

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

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

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

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

This text has shadow with #7D89BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D89BE on black background.


Color preview on white background

This text has color #7D89BE on white background.



Black color preview on #7D89BE background

This text has black color on #7D89BE background.


White color preview on #7D89BE background

This text has white color on #7D89BE background.