COLOR #7F9DF0

HEX: #7F9DF0
RGB: (127,157,240)

Color info

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

RGB color model

#7F9DF0 color RGB value is (127,157,240).

  • red value is 127;
  • green value is 157;
  • blue value is 240.
RGB:
(127,157,240)
(50%,62%,94%)

RGB channels and saturation

R 127 of 255 = 50%
G 157 of 255 = 62%
B 240 of 255 = 94%

127
157
240

R + G + B ~ 69%. #7F9DF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 157 + 240 = 524 (100%)
R 127 of 524 ~ 24.24%
G 157 of 524 ~ 29.96%
B 240 of 524 ~ 45.8%

%24.24
%29.96
%45.8

CMYK color model

#7F9DF0 color CMYK value is (47,35,0,6).

  • cyan value is 47.08%
  • magenta value is 34.58%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(47,35,0,6)
C47M35Y0K6 
(47%,35%,0%,6%)
(0.47/0.35/0.00/0.06)	

CMYK percentages

%47.08
%34.58
%0
%5.88

Codes

Color #7F9DF0 in popluar color models

7F9DF0
RGB127157240
HSL224°79.02%71.96%
HSB/HSV224°47.08%94.12%
CMYK47.08%34.58%0.00%
5.88%

Color #7F9DF0 in popluar number systems.

HEX7F9DF0
Decimal127157240
Binary11111111001110111110000
Octal177235360

Shades and tints

Shades of #7F9DF0

#7F9DF0
(127,157,240)
#748FDB
(116,143,219)
#6981C6
(105,129,198)
#5E73B1
(94,115,177)
#53659C
(83,101,156)
#485787
(72,87,135)
#3D4972
(61,73,114)
#323B5D
(50,59,93)
#272D48
(39,45,72)
#1C1F33
(28,31,51)
#11111E
(17,17,30)
#000000
(0,0,0)

Tints of #7F9DF0

#7F9DF0
(127,157,240)
#8AA5F1
(138,165,241)
#95ADF2
(149,173,242)
#A0B5F3
(160,181,243)
#ABBDF4
(171,189,244)
#B6C5F5
(182,197,245)
#C1CDF6
(193,205,246)
#CCD5F7
(204,213,247)
#D7DDF8
(215,221,248)
#E2E5F9
(226,229,249)
#EDEDFA
(237,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9DF0 color. Also use rgb(127,157,240) instead hex code.

Text Font Color

.myTextColor { color: #7F9DF0; }

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

This text font color is #7F9DF0.


Background Color

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

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

This div background color is #7F9DF0.


Border color

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

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

This div border color is #7F9DF0.


Opacity

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

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

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

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

This text has shadow with #7F9DF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9DF0 on black background.


Color preview on white background

This text has color #7F9DF0 on white background.



Black color preview on #7F9DF0 background

This text has black color on #7F9DF0 background.


White color preview on #7F9DF0 background

This text has white color on #7F9DF0 background.