COLOR #7F55BF

HEX: #7F55BF
RGB: (127,85,191)

Color info

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

RGB color model

#7F55BF color RGB value is (127,85,191).

  • red value is 127;
  • green value is 85;
  • blue value is 191.
RGB:
(127,85,191)
(50%,33%,75%)

RGB channels and saturation

R 127 of 255 = 50%
G 85 of 255 = 33%
B 191 of 255 = 75%

127
85
191

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

Portions of RGB colors in percentages

R + G + B =
127 + 85 + 191 = 403 (100%)
R 127 of 403 ~ 31.51%
G 85 of 403 ~ 21.09%
B 191 of 403 ~ 47.39%

%31.51
%21.09
%47.39

CMYK color model

#7F55BF color CMYK value is (34,55,0,25).

  • cyan value is 33.51%
  • magenta value is 55.50%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(34,55,0,25)
C34M55Y0K25 
(34%,55%,0%,25%)
(0.34/0.55/0.00/0.25)	

CMYK percentages

%33.51
%55.5
%0
%25.1

Codes

Color #7F55BF in popluar color models

7F55BF
RGB12785191
HSL264°45.30%54.12%
HSB/HSV264°55.50%74.90%
CMYK33.51%55.50%0.00%
25.10%

Color #7F55BF in popluar number systems.

HEX7F55BF
Decimal12785191
Binary1111111101010110111111
Octal177125277

Shades and tints

Shades of #7F55BF

#7F55BF
(127,85,191)
#744EAE
(116,78,174)
#69479D
(105,71,157)
#5E408C
(94,64,140)
#53397B
(83,57,123)
#48326A
(72,50,106)
#3D2B59
(61,43,89)
#322448
(50,36,72)
#271D37
(39,29,55)
#1C1626
(28,22,38)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #7F55BF

#7F55BF
(127,85,191)
#8A64C4
(138,100,196)
#9573C9
(149,115,201)
#A082CE
(160,130,206)
#AB91D3
(171,145,211)
#B6A0D8
(182,160,216)
#C1AFDD
(193,175,221)
#CCBEE2
(204,190,226)
#D7CDE7
(215,205,231)
#E2DCEC
(226,220,236)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F55BF color. Also use rgb(127,85,191) instead hex code.

Text Font Color

.myTextColor { color: #7F55BF; }

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

This text font color is #7F55BF.


Background Color

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

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

This div background color is #7F55BF.


Border color

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

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

This div border color is #7F55BF.


Opacity

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

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

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

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

This text has shadow with #7F55BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F55BF on black background.


Color preview on white background

This text has color #7F55BF on white background.



Black color preview on #7F55BF background

This text has black color on #7F55BF background.


White color preview on #7F55BF background

This text has white color on #7F55BF background.