COLOR #7F7FB1

HEX: #7F7FB1
RGB: (127,127,177)

Color info

#7F7FB1 contains red, green and blue colors in about the same proportion. Web safe color of #7F7FB1 is #666699 (or #669).

RGB color model

#7F7FB1 color RGB value is (127,127,177).

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

RGB channels and saturation

R 127 of 255 = 50%
G 127 of 255 = 50%
B 177 of 255 = 69%

127
127
177

R + G + B ~ 56%. #7F7FB1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 127 + 177 = 431 (100%)
R 127 of 431 ~ 29.47%
G 127 of 431 ~ 29.47%
B 177 of 431 ~ 41.07%

%29.47
%29.47
%41.07

CMYK color model

#7F7FB1 color CMYK value is (28,28,0,31).

  • cyan value is 28.25%
  • magenta value is 28.25%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(28,28,0,31)
C28M28Y0K31 
(28%,28%,0%,31%)
(0.28/0.28/0.00/0.31)	

CMYK percentages

%28.25
%28.25
%0
%30.59

Codes

Color #7F7FB1 in popluar color models

7F7FB1
RGB127127177
HSL240°24.27%59.61%
HSB/HSV240°28.25%69.41%
CMYK28.25%28.25%0.00%
30.59%

Color #7F7FB1 in popluar number systems.

HEX7F7FB1
Decimal127127177
Binary1111111111111110110001
Octal177177261

Shades and tints

Shades of #7F7FB1

#7F7FB1
(127,127,177)
#7474A1
(116,116,161)
#696991
(105,105,145)
#5E5E81
(94,94,129)
#535371
(83,83,113)
#484861
(72,72,97)
#3D3D51
(61,61,81)
#323241
(50,50,65)
#272731
(39,39,49)
#1C1C21
(28,28,33)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #7F7FB1

#7F7FB1
(127,127,177)
#8A8AB8
(138,138,184)
#9595BF
(149,149,191)
#A0A0C6
(160,160,198)
#ABABCD
(171,171,205)
#B6B6D4
(182,182,212)
#C1C1DB
(193,193,219)
#CCCCE2
(204,204,226)
#D7D7E9
(215,215,233)
#E2E2F0
(226,226,240)
#EDEDF7
(237,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7FB1; }

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

This text font color is #7F7FB1.


Background Color

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

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

This div background color is #7F7FB1.


Border color

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

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

This div border color is #7F7FB1.


Opacity

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

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

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

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

This text has shadow with #7F7FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7FB1 on black background.


Color preview on white background

This text has color #7F7FB1 on white background.



Black color preview on #7F7FB1 background

This text has black color on #7F7FB1 background.


White color preview on #7F7FB1 background

This text has white color on #7F7FB1 background.