COLOR #7F8EDE

HEX: #7F8EDE
RGB: (127,142,222)

Color info

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

RGB color model

#7F8EDE color RGB value is (127,142,222).

  • red value is 127;
  • green value is 142;
  • blue value is 222.
RGB:
(127,142,222)
(50%,56%,87%)

RGB channels and saturation

R 127 of 255 = 50%
G 142 of 255 = 56%
B 222 of 255 = 87%

127
142
222

R + G + B ~ 64%. #7F8EDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 142 + 222 = 491 (100%)
R 127 of 491 ~ 25.87%
G 142 of 491 ~ 28.92%
B 222 of 491 ~ 45.21%

%25.87
%28.92
%45.21

CMYK color model

#7F8EDE color CMYK value is (43,36,0,13).

  • cyan value is 42.79%
  • magenta value is 36.04%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(43,36,0,13)
C43M36Y0K13 
(43%,36%,0%,13%)
(0.43/0.36/0.00/0.13)	

CMYK percentages

%42.79
%36.04
%0
%12.94

Codes

Color #7F8EDE in popluar color models

7F8EDE
RGB127142222
HSL231°59.01%68.43%
HSB/HSV231°42.79%87.06%
CMYK42.79%36.04%0.00%
12.94%

Color #7F8EDE in popluar number systems.

HEX7F8EDE
Decimal127142222
Binary11111111000111011011110
Octal177216336

Shades and tints

Shades of #7F8EDE

#7F8EDE
(127,142,222)
#7482CA
(116,130,202)
#6976B6
(105,118,182)
#5E6AA2
(94,106,162)
#535E8E
(83,94,142)
#48527A
(72,82,122)
#3D4666
(61,70,102)
#323A52
(50,58,82)
#272E3E
(39,46,62)
#1C222A
(28,34,42)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #7F8EDE

#7F8EDE
(127,142,222)
#8A98E1
(138,152,225)
#95A2E4
(149,162,228)
#A0ACE7
(160,172,231)
#ABB6EA
(171,182,234)
#B6C0ED
(182,192,237)
#C1CAF0
(193,202,240)
#CCD4F3
(204,212,243)
#D7DEF6
(215,222,246)
#E2E8F9
(226,232,249)
#EDF2FC
(237,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8EDE color. Also use rgb(127,142,222) instead hex code.

Text Font Color

.myTextColor { color: #7F8EDE; }

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

This text font color is #7F8EDE.


Background Color

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

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

This div background color is #7F8EDE.


Border color

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

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

This div border color is #7F8EDE.


Opacity

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

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

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

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

This text has shadow with #7F8EDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8EDE on black background.


Color preview on white background

This text has color #7F8EDE on white background.



Black color preview on #7F8EDE background

This text has black color on #7F8EDE background.


White color preview on #7F8EDE background

This text has white color on #7F8EDE background.