COLOR #7F8BD7

HEX: #7F8BD7
RGB: (127,139,215)

Color info

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

RGB color model

#7F8BD7 color RGB value is (127,139,215).

  • red value is 127;
  • green value is 139;
  • blue value is 215.
RGB:
(127,139,215)
(50%,55%,84%)

RGB channels and saturation

R 127 of 255 = 50%
G 139 of 255 = 55%
B 215 of 255 = 84%

127
139
215

R + G + B ~ 63%. #7F8BD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 139 + 215 = 481 (100%)
R 127 of 481 ~ 26.4%
G 139 of 481 ~ 28.9%
B 215 of 481 ~ 44.7%

%26.4
%28.9
%44.7

CMYK color model

#7F8BD7 color CMYK value is (41,35,0,16).

  • cyan value is 40.93%
  • magenta value is 35.35%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(41,35,0,16)
C41M35Y0K16 
(41%,35%,0%,16%)
(0.41/0.35/0.00/0.16)	

CMYK percentages

%40.93
%35.35
%0
%15.69

Codes

Color #7F8BD7 in popluar color models

7F8BD7
RGB127139215
HSL232°52.38%67.06%
HSB/HSV232°40.93%84.31%
CMYK40.93%35.35%0.00%
15.69%

Color #7F8BD7 in popluar number systems.

HEX7F8BD7
Decimal127139215
Binary11111111000101111010111
Octal177213327

Shades and tints

Shades of #7F8BD7

#7F8BD7
(127,139,215)
#747FC4
(116,127,196)
#6973B1
(105,115,177)
#5E679E
(94,103,158)
#535B8B
(83,91,139)
#484F78
(72,79,120)
#3D4365
(61,67,101)
#323752
(50,55,82)
#272B3F
(39,43,63)
#1C1F2C
(28,31,44)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #7F8BD7

#7F8BD7
(127,139,215)
#8A95DA
(138,149,218)
#959FDD
(149,159,221)
#A0A9E0
(160,169,224)
#ABB3E3
(171,179,227)
#B6BDE6
(182,189,230)
#C1C7E9
(193,199,233)
#CCD1EC
(204,209,236)
#D7DBEF
(215,219,239)
#E2E5F2
(226,229,242)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8BD7 color. Also use rgb(127,139,215) instead hex code.

Text Font Color

.myTextColor { color: #7F8BD7; }

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

This text font color is #7F8BD7.


Background Color

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

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

This div background color is #7F8BD7.


Border color

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

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

This div border color is #7F8BD7.


Opacity

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

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

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

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

This text has shadow with #7F8BD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8BD7 on black background.


Color preview on white background

This text has color #7F8BD7 on white background.



Black color preview on #7F8BD7 background

This text has black color on #7F8BD7 background.


White color preview on #7F8BD7 background

This text has white color on #7F8BD7 background.