COLOR #7F89BE

HEX: #7F89BE RGB: (127,137,190)

Color info

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

RGB color model

#7F89BE color RGB value is (127,137,190).

RGB: (127,137,190) (50%, 54%, 75%)

RGB channels and saturation

R 127 of 255 = 50%
G 137 of 255 = 54%
B 190 of 255 = 75%

127
137
190

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

Portions of RGB colors in percentages

R + G + B = 127 + 137 + 190 = 454 (100%)
R 127 of 454 ~ 27.97%
G 137 of 454 ~ 30.18%
B 190 of 454 ~ 41.85'%

%27.97
%30.18
%41.85

CMYK color model

#7F89BE color CMYK value is (33,28,0,25).

  • cyan value is 33.16%
  • magenta value is 27.89%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (33,28,0,25)
C33M28Y0K25 (33%, 28%, 0%, 25%)
(0.33 / 0.28 / 0.00 / 0.25)

CMYK percentages

%33.16
%27.89
%0
%25.49

Codes

Color #7F89BE in popluar color models

7F 89 BE
RGB 127 137 190
HSL 230° 32.64% 62.16%
HSB/HSV 230° 33.16% 74.51%
CMYK 33.16% 27.89% 0.00%
25.49%

Color #7F89BE in popluar number systems.

HEX 7F 89 BE
Decimal 127 137 190
Binary 1111111 10001001 10111110
Octal 177 211 276

Shades and tints

Shades of #7F89BE

#7F89BE
(127,137,190)
#747DAD
(116,125,173)
#69719C
(105,113,156)
#5E658B
(94,101,139)
#53597A
(83,89,122)
#484D69
(72,77,105)
#3D4158
(61,65,88)
#323547
(50,53,71)
#272936
(39,41,54)
#1C1D25
(28,29,37)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #7F89BE

#7F89BE
(127,137,190)
#8A93C3
(138,147,195)
#959DC8
(149,157,200)
#A0A7CD
(160,167,205)
#ABB1D2
(171,177,210)
#B6BBD7
(182,187,215)
#C1C5DC
(193,197,220)
#CCCFE1
(204,207,225)
#D7D9E6
(215,217,230)
#E2E3EB
(226,227,235)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F89BE; }

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

This text font color is #7F89BE.

Background Color

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

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

This div background color is #7F89BE.

Border color

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

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

This div border color is #7F89BE.

Opacity

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

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

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

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

This text has shadow with #7F89BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F89BE.

Preview

Color preview on black background

This text has color #7F89BE on black background.


Color preview on white background

This text has color #7F89BE on white background.


Black color preview on #7F89BE background

This text has black color on #7F89BE background.


White color preview on #7F89BE background

This text has white color on #7F89BE background.


Related colors

Complementary color

Complementary color for #hex is #807641.


I love getcolorcode.com

Triadic colors

1 #BE7F89 and #89BE7F with #7F89BE are triadic colors.

2 #BE897F and #897FBE with #7F89BE are triadic colors.