COLOR #7F5698

HEX: #7F5698
RGB: (127,86,152)

Color info

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

RGB color model

#7F5698 color RGB value is (127,86,152).

  • red value is 127;
  • green value is 86;
  • blue value is 152.
RGB:
(127,86,152)
(50%,34%,60%)

RGB channels and saturation

R 127 of 255 = 50%
G 86 of 255 = 34%
B 152 of 255 = 60%

127
86
152

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

Portions of RGB colors in percentages

R + G + B =
127 + 86 + 152 = 365 (100%)
R 127 of 365 ~ 34.79%
G 86 of 365 ~ 23.56%
B 152 of 365 ~ 41.64%

%34.79
%23.56
%41.64

CMYK color model

#7F5698 color CMYK value is (16,43,0,40).

  • cyan value is 16.45%
  • magenta value is 43.42%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(16,43,0,40)
C16M43Y0K40 
(16%,43%,0%,40%)
(0.16/0.43/0.00/0.40)	

CMYK percentages

%16.45
%43.42
%0
%40.39

Codes

Color #7F5698 in popluar color models

7F5698
RGB12786152
HSL277°27.73%46.67%
HSB/HSV277°43.42%59.61%
CMYK16.45%43.42%0.00%
40.39%

Color #7F5698 in popluar number systems.

HEX7F5698
Decimal12786152
Binary1111111101011010011000
Octal177126230

Shades and tints

Shades of #7F5698

#7F5698
(127,86,152)
#744F8B
(116,79,139)
#69487E
(105,72,126)
#5E4171
(94,65,113)
#533A64
(83,58,100)
#483357
(72,51,87)
#3D2C4A
(61,44,74)
#32253D
(50,37,61)
#271E30
(39,30,48)
#1C1723
(28,23,35)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #7F5698

#7F5698
(127,86,152)
#8A65A1
(138,101,161)
#9574AA
(149,116,170)
#A083B3
(160,131,179)
#AB92BC
(171,146,188)
#B6A1C5
(182,161,197)
#C1B0CE
(193,176,206)
#CCBFD7
(204,191,215)
#D7CEE0
(215,206,224)
#E2DDE9
(226,221,233)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5698; }

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

This text font color is #7F5698.


Background Color

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

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

This div background color is #7F5698.


Border color

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

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

This div border color is #7F5698.


Opacity

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

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

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

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

This text has shadow with #7F5698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5698 on black background.


Color preview on white background

This text has color #7F5698 on white background.



Black color preview on #7F5698 background

This text has black color on #7F5698 background.


White color preview on #7F5698 background

This text has white color on #7F5698 background.