COLOR #7F7AB1

HEX: #7F7AB1 RGB: (127,122,177)

Color info

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

RGB color model

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

RGB: (127,122,177) (50%, 48%, 69%)

RGB channels and saturation

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

127
122
177

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

Portions of RGB colors in percentages

R + G + B = 127 + 122 + 177 = 426 (100%)
R 127 of 426 ~ 29.81%
G 122 of 426 ~ 28.64%
B 177 of 426 ~ 41.55'%

%29.81
%28.64
%41.55

CMYK color model

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

  • cyan value is 28.25%
  • magenta value is 31.07%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (28,31,0,31)
C28M31Y0K31 (28%, 31%, 0%, 31%)
(0.28 / 0.31 / 0.00 / 0.31)

CMYK percentages

%28.25
%31.07
%0
%30.59

Codes

Color #7F7AB1 in popluar color models

7F 7A B1
RGB 127 122 177
HSL 245° 26.07% 58.63%
HSB/HSV 245° 31.07% 69.41%
CMYK 28.25% 31.07% 0.00%
30.59%

Color #7F7AB1 in popluar number systems.

HEX 7F 7A B1
Decimal 127 122 177
Binary 1111111 1111010 10110001
Octal 177 172 261

Shades and tints

Shades of #7F7AB1

#7F7AB1
(127,122,177)
#746FA1
(116,111,161)
#696491
(105,100,145)
#5E5981
(94,89,129)
#534E71
(83,78,113)
#484361
(72,67,97)
#3D3851
(61,56,81)
#322D41
(50,45,65)
#272231
(39,34,49)
#1C1721
(28,23,33)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #7F7AB1

#7F7AB1
(127,122,177)
#8A86B8
(138,134,184)
#9592BF
(149,146,191)
#A09EC6
(160,158,198)
#ABAACD
(171,170,205)
#B6B6D4
(182,182,212)
#C1C2DB
(193,194,219)
#CCCEE2
(204,206,226)
#D7DAE9
(215,218,233)
#E2E6F0
(226,230,240)
#EDF2F7
(237,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7AB1; }

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

This text font color is #7F7AB1.

Background Color

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

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

This div background color is #7F7AB1.

Border color

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

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

This div border color is #7F7AB1.

Opacity

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

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

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

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

This text has shadow with #7F7AB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7AB1.

Preview

Color preview on black background

This text has color #7F7AB1 on black background.


Color preview on white background

This text has color #7F7AB1 on white background.


Black color preview on #7F7AB1 background

This text has black color on #7F7AB1 background.


White color preview on #7F7AB1 background

This text has white color on #7F7AB1 background.


Related colors

Complementary color

Complementary color for #hex is #80854E.


I love getcolorcode.com

Triadic colors

1 #B17F7A and #7AB17F with #7F7AB1 are triadic colors.

2 #B17A7F and #7A7FB1 with #7F7AB1 are triadic colors.