COLOR #7F89BC

HEX: #7F89BC RGB: (127,137,188)

Color info

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

RGB color model

#7F89BC color RGB value is (127,137,188).

RGB: (127,137,188) (50%, 54%, 74%)

RGB channels and saturation

R 127 of 255 = 50%
G 137 of 255 = 54%
B 188 of 255 = 74%

127
137
188

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

Portions of RGB colors in percentages

R + G + B = 127 + 137 + 188 = 452 (100%)
R 127 of 452 ~ 28.1%
G 137 of 452 ~ 30.31%
B 188 of 452 ~ 41.59'%

%28.1
%30.31
%41.59

CMYK color model

#7F89BC color CMYK value is (32,27,0,26).

  • cyan value is 32.45%
  • magenta value is 27.13%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (32,27,0,26) C32M27Y0K26 (32%,27%,0%,26%) (0.32/0.27/0.00/0.26) 

CMYK percentages

%32.45
%27.13
%0
%26.27

Codes

Color #7F89BC in popluar color models

7F 89 BC
RGB 127 137 188
HSL 230° 31.28% 61.76%
HSB/HSV 230° 32.45% 73.73%
CMYK 32.45% 27.13% 0.00%
26.27%

Color #7F89BC in popluar number systems.

HEX 7F 89 BC
Decimal 127 137 188
Binary 1111111 10001001 10111100
Octal 177 211 274

Shades and tints

Shades of #7F89BC

#7F89BC
(127,137,188)
#747DAB
(116,125,171)
#69719A
(105,113,154)
#5E6589
(94,101,137)
#535978
(83,89,120)
#484D67
(72,77,103)
#3D4156
(61,65,86)
#323545
(50,53,69)
#272934
(39,41,52)
#1C1D23
(28,29,35)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #7F89BC

#7F89BC
(127,137,188)
#8A93C2
(138,147,194)
#959DC8
(149,157,200)
#A0A7CE
(160,167,206)
#ABB1D4
(171,177,212)
#B6BBDA
(182,187,218)
#C1C5E0
(193,197,224)
#CCCFE6
(204,207,230)
#D7D9EC
(215,217,236)
#E2E3F2
(226,227,242)
#EDEDF8
(237,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F89BC; }

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

This text font color is #7F89BC.

Background Color

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

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

This div background color is #7F89BC.

Border color

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

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

This div border color is #7F89BC.

Opacity

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

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

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

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

This text has shadow with #7F89BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F89BC.

Preview

Color preview on black background

This text has color #7F89BC on black background.


Color preview on white background

This text has color #7F89BC on white background.


Black color preview on #7F89BC background

This text has black color on #7F89BC background.


White color preview on #7F89BC background

This text has white color on #7F89BC background.


Related colors

Complementary color

Complementary color for #hex is #807643.


I love getcolorcode.com

Triadic colors

1 #BC7F89 and #89BC7F with #7F89BC are triadic colors.

2 #BC897F and #897FBC with #7F89BC are triadic colors.