COLOR #7F9AED

HEX: #7F9AED
RGB: (127,154,237)

Color info

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

RGB color model

#7F9AED color RGB value is (127,154,237).

  • red value is 127;
  • green value is 154;
  • blue value is 237.
RGB:
(127,154,237)
(50%,60%,93%)

RGB channels and saturation

R 127 of 255 = 50%
G 154 of 255 = 60%
B 237 of 255 = 93%

127
154
237

R + G + B ~ 68%. #7F9AED is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 154 + 237 = 518 (100%)
R 127 of 518 ~ 24.52%
G 154 of 518 ~ 29.73%
B 237 of 518 ~ 45.75%

%24.52
%29.73
%45.75

CMYK color model

#7F9AED color CMYK value is (46,35,0,7).

  • cyan value is 46.41%
  • magenta value is 35.02%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(46,35,0,7)
C46M35Y0K7 
(46%,35%,0%,7%)
(0.46/0.35/0.00/0.07)	

CMYK percentages

%46.41
%35.02
%0
%7.06

Codes

Color #7F9AED in popluar color models

7F9AED
RGB127154237
HSL225°75.34%71.37%
HSB/HSV225°46.41%92.94%
CMYK46.41%35.02%0.00%
7.06%

Color #7F9AED in popluar number systems.

HEX7F9AED
Decimal127154237
Binary11111111001101011101101
Octal177232355

Shades and tints

Shades of #7F9AED

#7F9AED
(127,154,237)
#748CD8
(116,140,216)
#697EC3
(105,126,195)
#5E70AE
(94,112,174)
#536299
(83,98,153)
#485484
(72,84,132)
#3D466F
(61,70,111)
#32385A
(50,56,90)
#272A45
(39,42,69)
#1C1C30
(28,28,48)
#110E1B
(17,14,27)
#000000
(0,0,0)

Tints of #7F9AED

#7F9AED
(127,154,237)
#8AA3EE
(138,163,238)
#95ACEF
(149,172,239)
#A0B5F0
(160,181,240)
#ABBEF1
(171,190,241)
#B6C7F2
(182,199,242)
#C1D0F3
(193,208,243)
#CCD9F4
(204,217,244)
#D7E2F5
(215,226,245)
#E2EBF6
(226,235,246)
#EDF4F7
(237,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9AED color. Also use rgb(127,154,237) instead hex code.

Text Font Color

.myTextColor { color: #7F9AED; }

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

This text font color is #7F9AED.


Background Color

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

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

This div background color is #7F9AED.


Border color

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

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

This div border color is #7F9AED.


Opacity

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

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

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

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

This text has shadow with #7F9AED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9AED on black background.


Color preview on white background

This text has color #7F9AED on white background.



Black color preview on #7F9AED background

This text has black color on #7F9AED background.


White color preview on #7F9AED background

This text has white color on #7F9AED background.