COLOR #7F529C

HEX: #7F529C RGB: (127,82,156)

Color info

#7F529C contains mainly red and blue colors. Web safe color of #7F529C is #666699 (or #669).

RGB color model

#7F529C color RGB value is (127,82,156).

RGB: (127,82,156) (50%, 32%, 61%)

RGB channels and saturation

R 127 of 255 = 50%
G 82 of 255 = 32%
B 156 of 255 = 61%

127
82
156

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

Portions of RGB colors in percentages

R + G + B = 127 + 82 + 156 = 365 (100%)
R 127 of 365 ~ 34.79%
G 82 of 365 ~ 22.47%
B 156 of 365 ~ 42.74'%

%34.79
%22.47
%42.74

CMYK color model

#7F529C color CMYK value is (19,47,0,39).

  • cyan value is 18.59%
  • magenta value is 47.44%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (19,47,0,39)
C19M47Y0K39 (19%, 47%, 0%, 39%)
(0.19 / 0.47 / 0.00 / 0.39)

CMYK percentages

%18.59
%47.44
%0
%38.82

Codes

Color #7F529C in popluar color models

7F 52 9C
RGB 127 82 156
HSL 276° 31.09% 46.67%
HSB/HSV 276° 47.44% 61.18%
CMYK 18.59% 47.44% 0.00%
38.82%

Color #7F529C in popluar number systems.

HEX 7F 52 9C
Decimal 127 82 156
Binary 1111111 1010010 10011100
Octal 177 122 234

Shades and tints

Shades of #7F529C

#7F529C
(127,82,156)
#744B8E
(116,75,142)
#694480
(105,68,128)
#5E3D72
(94,61,114)
#533664
(83,54,100)
#482F56
(72,47,86)
#3D2848
(61,40,72)
#32213A
(50,33,58)
#271A2C
(39,26,44)
#1C131E
(28,19,30)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #7F529C

#7F529C
(127,82,156)
#8A61A5
(138,97,165)
#9570AE
(149,112,174)
#A07FB7
(160,127,183)
#AB8EC0
(171,142,192)
#B69DC9
(182,157,201)
#C1ACD2
(193,172,210)
#CCBBDB
(204,187,219)
#D7CAE4
(215,202,228)
#E2D9ED
(226,217,237)
#EDE8F6
(237,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F529C; }

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

This text font color is #7F529C.

Background Color

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

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

This div background color is #7F529C.

Border color

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

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

This div border color is #7F529C.

Opacity

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

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

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

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

This text has shadow with #7F529C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F529C.

Preview

Color preview on black background

This text has color #7F529C on black background.


Color preview on white background

This text has color #7F529C on white background.


Black color preview on #7F529C background

This text has black color on #7F529C background.


White color preview on #7F529C background

This text has white color on #7F529C background.


Related colors

Complementary color

Complementary color for #hex is #80AD63.


I love getcolorcode.com

Triadic colors

1 #9C7F52 and #529C7F with #7F529C are triadic colors.

2 #9C527F and #527F9C with #7F529C are triadic colors.