COLOR #7F7FD1

HEX: #7F7FD1
RGB: (127,127,209)

Color info

#7F7FD1 contains mainly blue color. Web safe color of #7F7FD1 is #6666CC (or #66C).

RGB color model

#7F7FD1 color RGB value is (127,127,209).

  • red value is 127;
  • green value is 127;
  • blue value is 209.
RGB:
(127,127,209)
(50%,50%,82%)

RGB channels and saturation

R 127 of 255 = 50%
G 127 of 255 = 50%
B 209 of 255 = 82%

127
127
209

R + G + B ~ 61%. #7F7FD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 127 + 209 = 463 (100%)
R 127 of 463 ~ 27.43%
G 127 of 463 ~ 27.43%
B 209 of 463 ~ 45.14%

%27.43
%27.43
%45.14

CMYK color model

#7F7FD1 color CMYK value is (39,39,0,18).

  • cyan value is 39.23%
  • magenta value is 39.23%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(39,39,0,18)
C39M39Y0K18 
(39%,39%,0%,18%)
(0.39/0.39/0.00/0.18)	

CMYK percentages

%39.23
%39.23
%0
%18.04

Codes

Color #7F7FD1 in popluar color models

7F7FD1
RGB127127209
HSL240°47.13%65.88%
HSB/HSV240°39.23%81.96%
CMYK39.23%39.23%0.00%
18.04%

Color #7F7FD1 in popluar number systems.

HEX7F7FD1
Decimal127127209
Binary1111111111111111010001
Octal177177321

Shades and tints

Shades of #7F7FD1

#7F7FD1
(127,127,209)
#7474BE
(116,116,190)
#6969AB
(105,105,171)
#5E5E98
(94,94,152)
#535385
(83,83,133)
#484872
(72,72,114)
#3D3D5F
(61,61,95)
#32324C
(50,50,76)
#272739
(39,39,57)
#1C1C26
(28,28,38)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #7F7FD1

#7F7FD1
(127,127,209)
#8A8AD5
(138,138,213)
#9595D9
(149,149,217)
#A0A0DD
(160,160,221)
#ABABE1
(171,171,225)
#B6B6E5
(182,182,229)
#C1C1E9
(193,193,233)
#CCCCED
(204,204,237)
#D7D7F1
(215,215,241)
#E2E2F5
(226,226,245)
#EDEDF9
(237,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7FD1; }

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

This text font color is #7F7FD1.


Background Color

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

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

This div background color is #7F7FD1.


Border color

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

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

This div border color is #7F7FD1.


Opacity

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

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

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

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

This text has shadow with #7F7FD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7FD1 on black background.


Color preview on white background

This text has color #7F7FD1 on white background.



Black color preview on #7F7FD1 background

This text has black color on #7F7FD1 background.


White color preview on #7F7FD1 background

This text has white color on #7F7FD1 background.