COLOR #7F89C5

HEX: #7F89C5
RGB: (127,137,197)

Color info

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

RGB color model

#7F89C5 color RGB value is (127,137,197).

  • red value is 127;
  • green value is 137;
  • blue value is 197.
RGB:
(127,137,197)
(50%,54%,77%)

RGB channels and saturation

R 127 of 255 = 50%
G 137 of 255 = 54%
B 197 of 255 = 77%

127
137
197

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

Portions of RGB colors in percentages

R + G + B =
127 + 137 + 197 = 461 (100%)
R 127 of 461 ~ 27.55%
G 137 of 461 ~ 29.72%
B 197 of 461 ~ 42.73%

%27.55
%29.72
%42.73

CMYK color model

#7F89C5 color CMYK value is (36,30,0,23).

  • cyan value is 35.53%
  • magenta value is 30.46%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(36,30,0,23)
C36M30Y0K23 
(36%,30%,0%,23%)
(0.36/0.30/0.00/0.23)	

CMYK percentages

%35.53
%30.46
%0
%22.75

Codes

Color #7F89C5 in popluar color models

7F89C5
RGB127137197
HSL231°37.63%63.53%
HSB/HSV231°35.53%77.25%
CMYK35.53%30.46%0.00%
22.75%

Color #7F89C5 in popluar number systems.

HEX7F89C5
Decimal127137197
Binary11111111000100111000101
Octal177211305

Shades and tints

Shades of #7F89C5

#7F89C5
(127,137,197)
#747DB4
(116,125,180)
#6971A3
(105,113,163)
#5E6592
(94,101,146)
#535981
(83,89,129)
#484D70
(72,77,112)
#3D415F
(61,65,95)
#32354E
(50,53,78)
#27293D
(39,41,61)
#1C1D2C
(28,29,44)
#11111B
(17,17,27)
#000000
(0,0,0)

Tints of #7F89C5

#7F89C5
(127,137,197)
#8A93CA
(138,147,202)
#959DCF
(149,157,207)
#A0A7D4
(160,167,212)
#ABB1D9
(171,177,217)
#B6BBDE
(182,187,222)
#C1C5E3
(193,197,227)
#CCCFE8
(204,207,232)
#D7D9ED
(215,217,237)
#E2E3F2
(226,227,242)
#EDEDF7
(237,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F89C5; }

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

This text font color is #7F89C5.


Background Color

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

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

This div background color is #7F89C5.


Border color

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

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

This div border color is #7F89C5.


Opacity

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

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

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

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

This text has shadow with #7F89C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F89C5 on black background.


Color preview on white background

This text has color #7F89C5 on white background.



Black color preview on #7F89C5 background

This text has black color on #7F89C5 background.


White color preview on #7F89C5 background

This text has white color on #7F89C5 background.