COLOR #7C89F7

HEX: #7C89F7
RGB: (124,137,247)

Color info

#7C89F7 contains mainly blue color. Web safe color of #7C89F7 is #6699FF (or #69F).

RGB color model

#7C89F7 color RGB value is (124,137,247).

  • red value is 124;
  • green value is 137;
  • blue value is 247.
RGB:
(124,137,247)
(49%,54%,97%)

RGB channels and saturation

R 124 of 255 = 49%
G 137 of 255 = 54%
B 247 of 255 = 97%

124
137
247

R + G + B ~ 67%. #7C89F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 137 + 247 = 508 (100%)
R 124 of 508 ~ 24.41%
G 137 of 508 ~ 26.97%
B 247 of 508 ~ 48.62%

%24.41
%26.97
%48.62

CMYK color model

#7C89F7 color CMYK value is (50,45,0,3).

  • cyan value is 49.80%
  • magenta value is 44.53%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(50,45,0,3)
C50M45Y0K3 
(50%,45%,0%,3%)
(0.50/0.45/0.00/0.03)	

CMYK percentages

%49.8
%44.53
%0
%3.14

Codes

Color #7C89F7 in popluar color models

7C89F7
RGB124137247
HSL234°88.49%72.75%
HSB/HSV234°49.80%96.86%
CMYK49.80%44.53%0.00%
3.14%

Color #7C89F7 in popluar number systems.

HEX7C89F7
Decimal124137247
Binary11111001000100111110111
Octal174211367

Shades and tints

Shades of #7C89F7

#7C89F7
(124,137,247)
#717DE1
(113,125,225)
#6671CB
(102,113,203)
#5B65B5
(91,101,181)
#50599F
(80,89,159)
#454D89
(69,77,137)
#3A4173
(58,65,115)
#2F355D
(47,53,93)
#242947
(36,41,71)
#191D31
(25,29,49)
#0E111B
(14,17,27)
#000000
(0,0,0)

Tints of #7C89F7

#7C89F7
(124,137,247)
#8793F7
(135,147,247)
#929DF7
(146,157,247)
#9DA7F7
(157,167,247)
#A8B1F7
(168,177,247)
#B3BBF7
(179,187,247)
#BEC5F7
(190,197,247)
#C9CFF7
(201,207,247)
#D4D9F7
(212,217,247)
#DFE3F7
(223,227,247)
#EAEDF7
(234,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C89F7; }

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

This text font color is #7C89F7.


Background Color

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

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

This div background color is #7C89F7.


Border color

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

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

This div border color is #7C89F7.


Opacity

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

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

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

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

This text has shadow with #7C89F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C89F7 on black background.


Color preview on white background

This text has color #7C89F7 on white background.



Black color preview on #7C89F7 background

This text has black color on #7C89F7 background.


White color preview on #7C89F7 background

This text has white color on #7C89F7 background.