COLOR #7F7FD6

HEX: #7F7FD6
RGB: (127,127,214)

Color info

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

RGB color model

#7F7FD6 color RGB value is (127,127,214).

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

RGB channels and saturation

R 127 of 255 = 50%
G 127 of 255 = 50%
B 214 of 255 = 84%

127
127
214

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

Portions of RGB colors in percentages

R + G + B =
127 + 127 + 214 = 468 (100%)
R 127 of 468 ~ 27.14%
G 127 of 468 ~ 27.14%
B 214 of 468 ~ 45.73%

%27.14
%27.14
%45.73

CMYK color model

#7F7FD6 color CMYK value is (41,41,0,16).

  • cyan value is 40.65%
  • magenta value is 40.65%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(41,41,0,16)
C41M41Y0K16 
(41%,41%,0%,16%)
(0.41/0.41/0.00/0.16)	

CMYK percentages

%40.65
%40.65
%0
%16.08

Codes

Color #7F7FD6 in popluar color models

7F7FD6
RGB127127214
HSL240°51.48%66.86%
HSB/HSV240°40.65%83.92%
CMYK40.65%40.65%0.00%
16.08%

Color #7F7FD6 in popluar number systems.

HEX7F7FD6
Decimal127127214
Binary1111111111111111010110
Octal177177326

Shades and tints

Shades of #7F7FD6

#7F7FD6
(127,127,214)
#7474C3
(116,116,195)
#6969B0
(105,105,176)
#5E5E9D
(94,94,157)
#53538A
(83,83,138)
#484877
(72,72,119)
#3D3D64
(61,61,100)
#323251
(50,50,81)
#27273E
(39,39,62)
#1C1C2B
(28,28,43)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #7F7FD6

#7F7FD6
(127,127,214)
#8A8AD9
(138,138,217)
#9595DC
(149,149,220)
#A0A0DF
(160,160,223)
#ABABE2
(171,171,226)
#B6B6E5
(182,182,229)
#C1C1E8
(193,193,232)
#CCCCEB
(204,204,235)
#D7D7EE
(215,215,238)
#E2E2F1
(226,226,241)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7FD6; }

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

This text font color is #7F7FD6.


Background Color

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

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

This div background color is #7F7FD6.


Border color

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

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

This div border color is #7F7FD6.


Opacity

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

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

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

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

This text has shadow with #7F7FD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7FD6 on black background.


Color preview on white background

This text has color #7F7FD6 on white background.



Black color preview on #7F7FD6 background

This text has black color on #7F7FD6 background.


White color preview on #7F7FD6 background

This text has white color on #7F7FD6 background.