COLOR #7C89CF

HEX: #7C89CF RGB: (124,137,207)

Color info

#7C89CF contains mainly blue color. Web safe color of #7C89CF is #6699CC (or #69C).

RGB color model

#7C89CF color RGB value is (124,137,207).

RGB: (124,137,207) (49%, 54%, 81%)

RGB channels and saturation

R 124 of 255 = 49%
G 137 of 255 = 54%
B 207 of 255 = 81%

124
137
207

R + G + B ~ 61%. #7C89CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 137 + 207 = 468 (100%)
R 124 of 468 ~ 26.5%
G 137 of 468 ~ 29.27%
B 207 of 468 ~ 44.23'%

%26.5
%29.27
%44.23

CMYK color model

#7C89CF color CMYK value is (40,34,0,19).

  • cyan value is 40.10%
  • magenta value is 33.82%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (40,34,0,19)
C40M34Y0K19 (40%, 34%, 0%, 19%)
(0.40 / 0.34 / 0.00 / 0.19)

CMYK percentages

%40.1
%33.82
%0
%18.82

Codes

Color #7C89CF in popluar color models

7C 89 CF
RGB 124 137 207
HSL 231° 46.37% 64.90%
HSB/HSV 231° 40.10% 81.18%
CMYK 40.10% 33.82% 0.00%
18.82%

Color #7C89CF in popluar number systems.

HEX 7C 89 CF
Decimal 124 137 207
Binary 1111100 10001001 11001111
Octal 174 211 317

Shades and tints

Shades of #7C89CF

#7C89CF
(124,137,207)
#717DBD
(113,125,189)
#6671AB
(102,113,171)
#5B6599
(91,101,153)
#505987
(80,89,135)
#454D75
(69,77,117)
#3A4163
(58,65,99)
#2F3551
(47,53,81)
#24293F
(36,41,63)
#191D2D
(25,29,45)
#0E111B
(14,17,27)
#000000
(0,0,0)

Tints of #7C89CF

#7C89CF
(124,137,207)
#8793D3
(135,147,211)
#929DD7
(146,157,215)
#9DA7DB
(157,167,219)
#A8B1DF
(168,177,223)
#B3BBE3
(179,187,227)
#BEC5E7
(190,197,231)
#C9CFEB
(201,207,235)
#D4D9EF
(212,217,239)
#DFE3F3
(223,227,243)
#EAEDF7
(234,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C89CF; }

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

This text font color is #7C89CF.

Background Color

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

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

This div background color is #7C89CF.

Border color

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

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

This div border color is #7C89CF.

Opacity

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

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

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

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

This text has shadow with #7C89CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C89CF.

Preview

Color preview on black background

This text has color #7C89CF on black background.


Color preview on white background

This text has color #7C89CF on white background.


Black color preview on #7C89CF background

This text has black color on #7C89CF background.


White color preview on #7C89CF background

This text has white color on #7C89CF background.


Related colors

Complementary color

Complementary color for #hex is #837630.


I love getcolorcode.com

Triadic colors

1 #CF7C89 and #89CF7C with #7C89CF are triadic colors.

2 #CF897C and #897CCF with #7C89CF are triadic colors.