COLOR #7F7FA8

HEX: #7F7FA8
RGB: (127,127,168)

Color info

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

RGB color model

#7F7FA8 color RGB value is (127,127,168).

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

RGB channels and saturation

R 127 of 255 = 50%
G 127 of 255 = 50%
B 168 of 255 = 66%

127
127
168

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

Portions of RGB colors in percentages

R + G + B =
127 + 127 + 168 = 422 (100%)
R 127 of 422 ~ 30.09%
G 127 of 422 ~ 30.09%
B 168 of 422 ~ 39.81%

%30.09
%30.09
%39.81

CMYK color model

#7F7FA8 color CMYK value is (24,24,0,34).

  • cyan value is 24.40%
  • magenta value is 24.40%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(24,24,0,34)
C24M24Y0K34 
(24%,24%,0%,34%)
(0.24/0.24/0.00/0.34)	

CMYK percentages

%24.4
%24.4
%0
%34.12

Codes

Color #7F7FA8 in popluar color models

7F7FA8
RGB127127168
HSL240°19.07%57.84%
HSB/HSV240°24.40%65.88%
CMYK24.40%24.40%0.00%
34.12%

Color #7F7FA8 in popluar number systems.

HEX7F7FA8
Decimal127127168
Binary1111111111111110101000
Octal177177250

Shades and tints

Shades of #7F7FA8

#7F7FA8
(127,127,168)
#747499
(116,116,153)
#69698A
(105,105,138)
#5E5E7B
(94,94,123)
#53536C
(83,83,108)
#48485D
(72,72,93)
#3D3D4E
(61,61,78)
#32323F
(50,50,63)
#272730
(39,39,48)
#1C1C21
(28,28,33)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #7F7FA8

#7F7FA8
(127,127,168)
#8A8AAF
(138,138,175)
#9595B6
(149,149,182)
#A0A0BD
(160,160,189)
#ABABC4
(171,171,196)
#B6B6CB
(182,182,203)
#C1C1D2
(193,193,210)
#CCCCD9
(204,204,217)
#D7D7E0
(215,215,224)
#E2E2E7
(226,226,231)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7FA8; }

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

This text font color is #7F7FA8.


Background Color

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

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

This div background color is #7F7FA8.


Border color

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

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

This div border color is #7F7FA8.


Opacity

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

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

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

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

This text has shadow with #7F7FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7FA8 on black background.


Color preview on white background

This text has color #7F7FA8 on white background.



Black color preview on #7F7FA8 background

This text has black color on #7F7FA8 background.


White color preview on #7F7FA8 background

This text has white color on #7F7FA8 background.