COLOR #7F589C

HEX: #7F589C
RGB: (127,88,156)

Color info

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

RGB color model

#7F589C color RGB value is (127,88,156).

  • red value is 127;
  • green value is 88;
  • blue value is 156.
RGB:
(127,88,156)
(50%,35%,61%)

RGB channels and saturation

R 127 of 255 = 50%
G 88 of 255 = 35%
B 156 of 255 = 61%

127
88
156

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

Portions of RGB colors in percentages

R + G + B =
127 + 88 + 156 = 371 (100%)
R 127 of 371 ~ 34.23%
G 88 of 371 ~ 23.72%
B 156 of 371 ~ 42.05%

%34.23
%23.72
%42.05

CMYK color model

#7F589C color CMYK value is (19,44,0,39).

  • cyan value is 18.59%
  • magenta value is 43.59%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(19,44,0,39)
C19M44Y0K39 
(19%,44%,0%,39%)
(0.19/0.44/0.00/0.39)	

CMYK percentages

%18.59
%43.59
%0
%38.82

Codes

Color #7F589C in popluar color models

7F589C
RGB12788156
HSL274°27.87%47.84%
HSB/HSV274°43.59%61.18%
CMYK18.59%43.59%0.00%
38.82%

Color #7F589C in popluar number systems.

HEX7F589C
Decimal12788156
Binary1111111101100010011100
Octal177130234

Shades and tints

Shades of #7F589C

#7F589C
(127,88,156)
#74508E
(116,80,142)
#694880
(105,72,128)
#5E4072
(94,64,114)
#533864
(83,56,100)
#483056
(72,48,86)
#3D2848
(61,40,72)
#32203A
(50,32,58)
#27182C
(39,24,44)
#1C101E
(28,16,30)
#110810
(17,8,16)
#000000
(0,0,0)

Tints of #7F589C

#7F589C
(127,88,156)
#8A67A5
(138,103,165)
#9576AE
(149,118,174)
#A085B7
(160,133,183)
#AB94C0
(171,148,192)
#B6A3C9
(182,163,201)
#C1B2D2
(193,178,210)
#CCC1DB
(204,193,219)
#D7D0E4
(215,208,228)
#E2DFED
(226,223,237)
#EDEEF6
(237,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F589C; }

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

This text font color is #7F589C.


Background Color

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

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

This div background color is #7F589C.


Border color

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

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

This div border color is #7F589C.


Opacity

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

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

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

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

This text has shadow with #7F589C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F589C on black background.


Color preview on white background

This text has color #7F589C on white background.



Black color preview on #7F589C background

This text has black color on #7F589C background.


White color preview on #7F589C background

This text has white color on #7F589C background.