COLOR #7F7FD9

HEX: #7F7FD9
RGB: (127,127,217)

Color info

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

RGB color model

#7F7FD9 color RGB value is (127,127,217).

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

RGB channels and saturation

R 127 of 255 = 50%
G 127 of 255 = 50%
B 217 of 255 = 85%

127
127
217

R + G + B ~ 62%. #7F7FD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 127 + 217 = 471 (100%)
R 127 of 471 ~ 26.96%
G 127 of 471 ~ 26.96%
B 217 of 471 ~ 46.07%

%26.96
%26.96
%46.07

CMYK color model

#7F7FD9 color CMYK value is (41,41,0,15).

  • cyan value is 41.47%
  • magenta value is 41.47%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(41,41,0,15)
C41M41Y0K15 
(41%,41%,0%,15%)
(0.41/0.41/0.00/0.15)	

CMYK percentages

%41.47
%41.47
%0
%14.9

Codes

Color #7F7FD9 in popluar color models

7F7FD9
RGB127127217
HSL240°54.22%67.45%
HSB/HSV240°41.47%85.10%
CMYK41.47%41.47%0.00%
14.90%

Color #7F7FD9 in popluar number systems.

HEX7F7FD9
Decimal127127217
Binary1111111111111111011001
Octal177177331

Shades and tints

Shades of #7F7FD9

#7F7FD9
(127,127,217)
#7474C6
(116,116,198)
#6969B3
(105,105,179)
#5E5EA0
(94,94,160)
#53538D
(83,83,141)
#48487A
(72,72,122)
#3D3D67
(61,61,103)
#323254
(50,50,84)
#272741
(39,39,65)
#1C1C2E
(28,28,46)
#11111B
(17,17,27)
#000000
(0,0,0)

Tints of #7F7FD9

#7F7FD9
(127,127,217)
#8A8ADC
(138,138,220)
#9595DF
(149,149,223)
#A0A0E2
(160,160,226)
#ABABE5
(171,171,229)
#B6B6E8
(182,182,232)
#C1C1EB
(193,193,235)
#CCCCEE
(204,204,238)
#D7D7F1
(215,215,241)
#E2E2F4
(226,226,244)
#EDEDF7
(237,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7FD9; }

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

This text font color is #7F7FD9.


Background Color

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

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

This div background color is #7F7FD9.


Border color

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

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

This div border color is #7F7FD9.


Opacity

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

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

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

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

This text has shadow with #7F7FD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7FD9 on black background.


Color preview on white background

This text has color #7F7FD9 on white background.



Black color preview on #7F7FD9 background

This text has black color on #7F7FD9 background.


White color preview on #7F7FD9 background

This text has white color on #7F7FD9 background.