COLOR #7F7BAA

HEX: #7F7BAA
RGB: (127,123,170)

Color info

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

RGB color model

#7F7BAA color RGB value is (127,123,170).

  • red value is 127;
  • green value is 123;
  • blue value is 170.
RGB:
(127,123,170)
(50%,48%,67%)

RGB channels and saturation

R 127 of 255 = 50%
G 123 of 255 = 48%
B 170 of 255 = 67%

127
123
170

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

Portions of RGB colors in percentages

R + G + B =
127 + 123 + 170 = 420 (100%)
R 127 of 420 ~ 30.24%
G 123 of 420 ~ 29.29%
B 170 of 420 ~ 40.48%

%30.24
%29.29
%40.48

CMYK color model

#7F7BAA color CMYK value is (25,28,0,33).

  • cyan value is 25.29%
  • magenta value is 27.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(25,28,0,33)
C25M28Y0K33 
(25%,28%,0%,33%)
(0.25/0.28/0.00/0.33)	

CMYK percentages

%25.29
%27.65
%0
%33.33

Codes

Color #7F7BAA in popluar color models

7F7BAA
RGB127123170
HSL245°21.66%57.45%
HSB/HSV245°27.65%66.67%
CMYK25.29%27.65%0.00%
33.33%

Color #7F7BAA in popluar number systems.

HEX7F7BAA
Decimal127123170
Binary1111111111101110101010
Octal177173252

Shades and tints

Shades of #7F7BAA

#7F7BAA
(127,123,170)
#74709B
(116,112,155)
#69658C
(105,101,140)
#5E5A7D
(94,90,125)
#534F6E
(83,79,110)
#48445F
(72,68,95)
#3D3950
(61,57,80)
#322E41
(50,46,65)
#272332
(39,35,50)
#1C1823
(28,24,35)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #7F7BAA

#7F7BAA
(127,123,170)
#8A87B1
(138,135,177)
#9593B8
(149,147,184)
#A09FBF
(160,159,191)
#ABABC6
(171,171,198)
#B6B7CD
(182,183,205)
#C1C3D4
(193,195,212)
#CCCFDB
(204,207,219)
#D7DBE2
(215,219,226)
#E2E7E9
(226,231,233)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7BAA; }

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

This text font color is #7F7BAA.


Background Color

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

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

This div background color is #7F7BAA.


Border color

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

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

This div border color is #7F7BAA.


Opacity

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

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

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

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

This text has shadow with #7F7BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7BAA on black background.


Color preview on white background

This text has color #7F7BAA on white background.



Black color preview on #7F7BAA background

This text has black color on #7F7BAA background.


White color preview on #7F7BAA background

This text has white color on #7F7BAA background.