COLOR #7F55BC

HEX: #7F55BC
RGB: (127,85,188)

Color info

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

RGB color model

#7F55BC color RGB value is (127,85,188).

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

RGB channels and saturation

R 127 of 255 = 50%
G 85 of 255 = 33%
B 188 of 255 = 74%

127
85
188

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

Portions of RGB colors in percentages

R + G + B =
127 + 85 + 188 = 400 (100%)
R 127 of 400 ~ 31.75%
G 85 of 400 ~ 21.25%
B 188 of 400 ~ 47%

%31.75
%21.25
%47

CMYK color model

#7F55BC color CMYK value is (32,55,0,26).

  • cyan value is 32.45%
  • magenta value is 54.79%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(32,55,0,26)
C32M55Y0K26 
(32%,55%,0%,26%)
(0.32/0.55/0.00/0.26)	

CMYK percentages

%32.45
%54.79
%0
%26.27

Codes

Color #7F55BC in popluar color models

7F55BC
RGB12785188
HSL264°43.46%53.53%
HSB/HSV264°54.79%73.73%
CMYK32.45%54.79%0.00%
26.27%

Color #7F55BC in popluar number systems.

HEX7F55BC
Decimal12785188
Binary1111111101010110111100
Octal177125274

Shades and tints

Shades of #7F55BC

#7F55BC
(127,85,188)
#744EAB
(116,78,171)
#69479A
(105,71,154)
#5E4089
(94,64,137)
#533978
(83,57,120)
#483267
(72,50,103)
#3D2B56
(61,43,86)
#322445
(50,36,69)
#271D34
(39,29,52)
#1C1623
(28,22,35)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #7F55BC

#7F55BC
(127,85,188)
#8A64C2
(138,100,194)
#9573C8
(149,115,200)
#A082CE
(160,130,206)
#AB91D4
(171,145,212)
#B6A0DA
(182,160,218)
#C1AFE0
(193,175,224)
#CCBEE6
(204,190,230)
#D7CDEC
(215,205,236)
#E2DCF2
(226,220,242)
#EDEBF8
(237,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F55BC; }

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

This text font color is #7F55BC.


Background Color

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

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

This div background color is #7F55BC.


Border color

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

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

This div border color is #7F55BC.


Opacity

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

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

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

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

This text has shadow with #7F55BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F55BC on black background.


Color preview on white background

This text has color #7F55BC on white background.



Black color preview on #7F55BC background

This text has black color on #7F55BC background.


White color preview on #7F55BC background

This text has white color on #7F55BC background.