COLOR #7F58BD

HEX: #7F58BD
RGB: (127,88,189)

Color info

#7F58BD contains mainly blue color. Web safe color of #7F58BD is #6666CC (or #66C).

RGB color model

#7F58BD color RGB value is (127,88,189).

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

RGB channels and saturation

R 127 of 255 = 50%
G 88 of 255 = 35%
B 189 of 255 = 74%

127
88
189

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

Portions of RGB colors in percentages

R + G + B =
127 + 88 + 189 = 404 (100%)
R 127 of 404 ~ 31.44%
G 88 of 404 ~ 21.78%
B 189 of 404 ~ 46.78%

%31.44
%21.78
%46.78

CMYK color model

#7F58BD color CMYK value is (33,53,0,26).

  • cyan value is 32.80%
  • magenta value is 53.44%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(33,53,0,26)
C33M53Y0K26 
(33%,53%,0%,26%)
(0.33/0.53/0.00/0.26)	

CMYK percentages

%32.8
%53.44
%0
%25.88

Codes

Color #7F58BD in popluar color models

7F58BD
RGB12788189
HSL263°43.35%54.31%
HSB/HSV263°53.44%74.12%
CMYK32.80%53.44%0.00%
25.88%

Color #7F58BD in popluar number systems.

HEX7F58BD
Decimal12788189
Binary1111111101100010111101
Octal177130275

Shades and tints

Shades of #7F58BD

#7F58BD
(127,88,189)
#7450AC
(116,80,172)
#69489B
(105,72,155)
#5E408A
(94,64,138)
#533879
(83,56,121)
#483068
(72,48,104)
#3D2857
(61,40,87)
#322046
(50,32,70)
#271835
(39,24,53)
#1C1024
(28,16,36)
#110813
(17,8,19)
#000000
(0,0,0)

Tints of #7F58BD

#7F58BD
(127,88,189)
#8A67C3
(138,103,195)
#9576C9
(149,118,201)
#A085CF
(160,133,207)
#AB94D5
(171,148,213)
#B6A3DB
(182,163,219)
#C1B2E1
(193,178,225)
#CCC1E7
(204,193,231)
#D7D0ED
(215,208,237)
#E2DFF3
(226,223,243)
#EDEEF9
(237,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F58BD; }

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

This text font color is #7F58BD.


Background Color

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

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

This div background color is #7F58BD.


Border color

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

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

This div border color is #7F58BD.


Opacity

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

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

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

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

This text has shadow with #7F58BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F58BD on black background.


Color preview on white background

This text has color #7F58BD on white background.



Black color preview on #7F58BD background

This text has black color on #7F58BD background.


White color preview on #7F58BD background

This text has white color on #7F58BD background.