COLOR #7F588B

HEX: #7F588B RGB: (127,88,139)

Color info

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

RGB color model

#7F588B color RGB value is (127,88,139).

RGB: (127,88,139) (50%, 35%, 55%)

RGB channels and saturation

R 127 of 255 = 50%
G 88 of 255 = 35%
B 139 of 255 = 55%

127
88
139

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

Portions of RGB colors in percentages

R + G + B = 127 + 88 + 139 = 354 (100%)
R 127 of 354 ~ 35.88%
G 88 of 354 ~ 24.86%
B 139 of 354 ~ 39.27'%

%35.88
%24.86
%39.27

CMYK color model

#7F588B color CMYK value is (9,37,0,45).

  • cyan value is 8.63%
  • magenta value is 36.69%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (9,37,0,45)
C9M37Y0K45 (9%, 37%, 0%, 45%)
(0.09 / 0.37 / 0.00 / 0.45)

CMYK percentages

%8.63
%36.69
%0
%45.49

Codes

Color #7F588B in popluar color models

7F 58 8B
RGB 127 88 139
HSL 286° 22.47% 44.51%
HSB/HSV 286° 36.69% 54.51%
CMYK 8.63% 36.69% 0.00%
45.49%

Color #7F588B in popluar number systems.

HEX 7F 58 8B
Decimal 127 88 139
Binary 1111111 1011000 10001011
Octal 177 130 213

Shades and tints

Shades of #7F588B

#7F588B
(127,88,139)
#74507F
(116,80,127)
#694873
(105,72,115)
#5E4067
(94,64,103)
#53385B
(83,56,91)
#48304F
(72,48,79)
#3D2843
(61,40,67)
#322037
(50,32,55)
#27182B
(39,24,43)
#1C101F
(28,16,31)
#110813
(17,8,19)
#000000
(0,0,0)

Tints of #7F588B

#7F588B
(127,88,139)
#8A6795
(138,103,149)
#95769F
(149,118,159)
#A085A9
(160,133,169)
#AB94B3
(171,148,179)
#B6A3BD
(182,163,189)
#C1B2C7
(193,178,199)
#CCC1D1
(204,193,209)
#D7D0DB
(215,208,219)
#E2DFE5
(226,223,229)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F588B; }

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

This text font color is #7F588B.

Background Color

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

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

This div background color is #7F588B.

Border color

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

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

This div border color is #7F588B.

Opacity

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

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

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

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

This text has shadow with #7F588B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F588B.

Preview

Color preview on black background

This text has color #7F588B on black background.


Color preview on white background

This text has color #7F588B on white background.


Black color preview on #7F588B background

This text has black color on #7F588B background.


White color preview on #7F588B background

This text has white color on #7F588B background.


Related colors

Complementary color

Complementary color for #hex is #80A774.


I love getcolorcode.com

Triadic colors

1 #8B7F58 and #588B7F with #7F588B are triadic colors.

2 #8B587F and #587F8B with #7F588B are triadic colors.