COLOR #7F8EF1

HEX: #7F8EF1 RGB: (127,142,241)

Color info

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

RGB color model

#7F8EF1 color RGB value is (127,142,241).

RGB: (127,142,241) (50%, 56%, 95%)

RGB channels and saturation

R 127 of 255 = 50%
G 142 of 255 = 56%
B 241 of 255 = 95%

127
142
241

R + G + B ~ 67%. #7F8EF1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 142 + 241 = 510 (100%)
R 127 of 510 ~ 24.9%
G 142 of 510 ~ 27.84%
B 241 of 510 ~ 47.25'%

%24.9
%27.84
%47.25

CMYK color model

#7F8EF1 color CMYK value is (47,41,0,5).

  • cyan value is 47.30%
  • magenta value is 41.08%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (47,41,0,5)
C47M41Y0K5 (47%, 41%, 0%, 5%)
(0.47 / 0.41 / 0.00 / 0.05)

CMYK percentages

%47.3
%41.08
%0
%5.49

Codes

Color #7F8EF1 in popluar color models

7F 8E F1
RGB 127 142 241
HSL 232° 80.28% 72.16%
HSB/HSV 232° 47.30% 94.51%
CMYK 47.30% 41.08% 0.00%
5.49%

Color #7F8EF1 in popluar number systems.

HEX 7F 8E F1
Decimal 127 142 241
Binary 1111111 10001110 11110001
Octal 177 216 361

Shades and tints

Shades of #7F8EF1

#7F8EF1
(127,142,241)
#7482DC
(116,130,220)
#6976C7
(105,118,199)
#5E6AB2
(94,106,178)
#535E9D
(83,94,157)
#485288
(72,82,136)
#3D4673
(61,70,115)
#323A5E
(50,58,94)
#272E49
(39,46,73)
#1C2234
(28,34,52)
#11161F
(17,22,31)
#000000
(0,0,0)

Tints of #7F8EF1

#7F8EF1
(127,142,241)
#8A98F2
(138,152,242)
#95A2F3
(149,162,243)
#A0ACF4
(160,172,244)
#ABB6F5
(171,182,245)
#B6C0F6
(182,192,246)
#C1CAF7
(193,202,247)
#CCD4F8
(204,212,248)
#D7DEF9
(215,222,249)
#E2E8FA
(226,232,250)
#EDF2FB
(237,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8EF1; }

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

This text font color is #7F8EF1.

Background Color

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

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

This div background color is #7F8EF1.

Border color

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

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

This div border color is #7F8EF1.

Opacity

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

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

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

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

This text has shadow with #7F8EF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8EF1.

Preview

Color preview on black background

This text has color #7F8EF1 on black background.


Color preview on white background

This text has color #7F8EF1 on white background.


Black color preview on #7F8EF1 background

This text has black color on #7F8EF1 background.


White color preview on #7F8EF1 background

This text has white color on #7F8EF1 background.


Related colors

Complementary color

Complementary color for #hex is #80710E.


I love getcolorcode.com

Triadic colors

1 #F17F8E and #8EF17F with #7F8EF1 are triadic colors.

2 #F18E7F and #8E7FF1 with #7F8EF1 are triadic colors.