COLOR #7F9EDD

HEX: #7F9EDD
RGB: (127,158,221)

Color info

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

RGB color model

#7F9EDD color RGB value is (127,158,221).

  • red value is 127;
  • green value is 158;
  • blue value is 221.
RGB:
(127,158,221)
(50%,62%,87%)

RGB channels and saturation

R 127 of 255 = 50%
G 158 of 255 = 62%
B 221 of 255 = 87%

127
158
221

R + G + B ~ 66%. #7F9EDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 158 + 221 = 506 (100%)
R 127 of 506 ~ 25.1%
G 158 of 506 ~ 31.23%
B 221 of 506 ~ 43.68%

%25.1
%31.23
%43.68

CMYK color model

#7F9EDD color CMYK value is (43,29,0,13).

  • cyan value is 42.53%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(43,29,0,13)
C43M29Y0K13 
(43%,29%,0%,13%)
(0.43/0.29/0.00/0.13)	

CMYK percentages

%42.53
%28.51
%0
%13.33

Codes

Color #7F9EDD in popluar color models

7F9EDD
RGB127158221
HSL220°58.02%68.24%
HSB/HSV220°42.53%86.67%
CMYK42.53%28.51%0.00%
13.33%

Color #7F9EDD in popluar number systems.

HEX7F9EDD
Decimal127158221
Binary11111111001111011011101
Octal177236335

Shades and tints

Shades of #7F9EDD

#7F9EDD
(127,158,221)
#7490C9
(116,144,201)
#6982B5
(105,130,181)
#5E74A1
(94,116,161)
#53668D
(83,102,141)
#485879
(72,88,121)
#3D4A65
(61,74,101)
#323C51
(50,60,81)
#272E3D
(39,46,61)
#1C2029
(28,32,41)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #7F9EDD

#7F9EDD
(127,158,221)
#8AA6E0
(138,166,224)
#95AEE3
(149,174,227)
#A0B6E6
(160,182,230)
#ABBEE9
(171,190,233)
#B6C6EC
(182,198,236)
#C1CEEF
(193,206,239)
#CCD6F2
(204,214,242)
#D7DEF5
(215,222,245)
#E2E6F8
(226,230,248)
#EDEEFB
(237,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9EDD color. Also use rgb(127,158,221) instead hex code.

Text Font Color

.myTextColor { color: #7F9EDD; }

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

This text font color is #7F9EDD.


Background Color

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

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

This div background color is #7F9EDD.


Border color

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

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

This div border color is #7F9EDD.


Opacity

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

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

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

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

This text has shadow with #7F9EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9EDD on black background.


Color preview on white background

This text has color #7F9EDD on white background.



Black color preview on #7F9EDD background

This text has black color on #7F9EDD background.


White color preview on #7F9EDD background

This text has white color on #7F9EDD background.