COLOR #7C89BA

HEX: #7C89BA RGB: (124,137,186)

Color info

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

RGB color model

#7C89BA color RGB value is (124,137,186).

RGB: (124,137,186) (49%, 54%, 73%)

RGB channels and saturation

R 124 of 255 = 49%
G 137 of 255 = 54%
B 186 of 255 = 73%

124
137
186

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

Portions of RGB colors in percentages

R + G + B = 124 + 137 + 186 = 447 (100%)
R 124 of 447 ~ 27.74%
G 137 of 447 ~ 30.65%
B 186 of 447 ~ 41.61'%

%27.74
%30.65
%41.61

CMYK color model

#7C89BA color CMYK value is (33,26,0,27).

  • cyan value is 33.33%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (33,26,0,27)
C33M26Y0K27 (33%, 26%, 0%, 27%)
(0.33 / 0.26 / 0.00 / 0.27)

CMYK percentages

%33.33
%26.34
%0
%27.06

Codes

Color #7C89BA in popluar color models

7C 89 BA
RGB 124 137 186
HSL 227° 31.00% 60.78%
HSB/HSV 227° 33.33% 72.94%
CMYK 33.33% 26.34% 0.00%
27.06%

Color #7C89BA in popluar number systems.

HEX 7C 89 BA
Decimal 124 137 186
Binary 1111100 10001001 10111010
Octal 174 211 272

Shades and tints

Shades of #7C89BA

#7C89BA
(124,137,186)
#717DAA
(113,125,170)
#66719A
(102,113,154)
#5B658A
(91,101,138)
#50597A
(80,89,122)
#454D6A
(69,77,106)
#3A415A
(58,65,90)
#2F354A
(47,53,74)
#24293A
(36,41,58)
#191D2A
(25,29,42)
#0E111A
(14,17,26)
#000000
(0,0,0)

Tints of #7C89BA

#7C89BA
(124,137,186)
#8793C0
(135,147,192)
#929DC6
(146,157,198)
#9DA7CC
(157,167,204)
#A8B1D2
(168,177,210)
#B3BBD8
(179,187,216)
#BEC5DE
(190,197,222)
#C9CFE4
(201,207,228)
#D4D9EA
(212,217,234)
#DFE3F0
(223,227,240)
#EAEDF6
(234,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C89BA color. Also use rgb(124,137,186) instead hex code.

Text Font Color

.myTextColor { color: #7C89BA; }

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

This text font color is #7C89BA.

Background Color

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

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

This div background color is #7C89BA.

Border color

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

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

This div border color is #7C89BA.

Opacity

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

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

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

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

This text has shadow with #7C89BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C89BA.

Preview

Color preview on black background

This text has color #7C89BA on black background.


Color preview on white background

This text has color #7C89BA on white background.


Black color preview on #7C89BA background

This text has black color on #7C89BA background.


White color preview on #7C89BA background

This text has white color on #7C89BA background.


Related colors

Complementary color

Complementary color for #hex is #837645.


I love getcolorcode.com

Triadic colors

1 #BA7C89 and #89BA7C with #7C89BA are triadic colors.

2 #BA897C and #897CBA with #7C89BA are triadic colors.