COLOR #7C89C2

HEX: #7C89C2 RGB: (124,137,194)

Color info

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

RGB color model

#7C89C2 color RGB value is (124,137,194).

RGB: (124,137,194) (49%, 54%, 76%)

RGB channels and saturation

R 124 of 255 = 49%
G 137 of 255 = 54%
B 194 of 255 = 76%

124
137
194

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

Portions of RGB colors in percentages

R + G + B = 124 + 137 + 194 = 455 (100%)
R 124 of 455 ~ 27.25%
G 137 of 455 ~ 30.11%
B 194 of 455 ~ 42.64'%

%27.25
%30.11
%42.64

CMYK color model

#7C89C2 color CMYK value is (36,29,0,24).

  • cyan value is 36.08%
  • magenta value is 29.38%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (36,29,0,24)
C36M29Y0K24 (36%, 29%, 0%, 24%)
(0.36 / 0.29 / 0.00 / 0.24)

CMYK percentages

%36.08
%29.38
%0
%23.92

Codes

Color #7C89C2 in popluar color models

7C 89 C2
RGB 124 137 194
HSL 229° 36.46% 62.35%
HSB/HSV 229° 36.08% 76.08%
CMYK 36.08% 29.38% 0.00%
23.92%

Color #7C89C2 in popluar number systems.

HEX 7C 89 C2
Decimal 124 137 194
Binary 1111100 10001001 11000010
Octal 174 211 302

Shades and tints

Shades of #7C89C2

#7C89C2
(124,137,194)
#717DB1
(113,125,177)
#6671A0
(102,113,160)
#5B658F
(91,101,143)
#50597E
(80,89,126)
#454D6D
(69,77,109)
#3A415C
(58,65,92)
#2F354B
(47,53,75)
#24293A
(36,41,58)
#191D29
(25,29,41)
#0E1118
(14,17,24)
#000000
(0,0,0)

Tints of #7C89C2

#7C89C2
(124,137,194)
#8793C7
(135,147,199)
#929DCC
(146,157,204)
#9DA7D1
(157,167,209)
#A8B1D6
(168,177,214)
#B3BBDB
(179,187,219)
#BEC5E0
(190,197,224)
#C9CFE5
(201,207,229)
#D4D9EA
(212,217,234)
#DFE3EF
(223,227,239)
#EAEDF4
(234,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C89C2; }

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

This text font color is #7C89C2.

Background Color

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

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

This div background color is #7C89C2.

Border color

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

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

This div border color is #7C89C2.

Opacity

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

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

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

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

This text has shadow with #7C89C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C89C2.

Preview

Color preview on black background

This text has color #7C89C2 on black background.


Color preview on white background

This text has color #7C89C2 on white background.


Black color preview on #7C89C2 background

This text has black color on #7C89C2 background.


White color preview on #7C89C2 background

This text has white color on #7C89C2 background.


Related colors

Complementary color

Complementary color for #hex is #83763D.


I love getcolorcode.com

Triadic colors

1 #C27C89 and #89C27C with #7C89C2 are triadic colors.

2 #C2897C and #897CC2 with #7C89C2 are triadic colors.