COLOR #7F55C8

HEX: #7F55C8
RGB: (127,85,200)

Color info

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

RGB color model

#7F55C8 color RGB value is (127,85,200).

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

RGB channels and saturation

R 127 of 255 = 50%
G 85 of 255 = 33%
B 200 of 255 = 78%

127
85
200

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

Portions of RGB colors in percentages

R + G + B =
127 + 85 + 200 = 412 (100%)
R 127 of 412 ~ 30.83%
G 85 of 412 ~ 20.63%
B 200 of 412 ~ 48.54%

%30.83
%20.63
%48.54

CMYK color model

#7F55C8 color CMYK value is (37,58,0,22).

  • cyan value is 36.50%
  • magenta value is 57.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(37,58,0,22)
C37M58Y0K22 
(37%,58%,0%,22%)
(0.37/0.58/0.00/0.22)	

CMYK percentages

%36.5
%57.5
%0
%21.57

Codes

Color #7F55C8 in popluar color models

7F55C8
RGB12785200
HSL262°51.11%55.88%
HSB/HSV262°57.50%78.43%
CMYK36.50%57.50%0.00%
21.57%

Color #7F55C8 in popluar number systems.

HEX7F55C8
Decimal12785200
Binary1111111101010111001000
Octal177125310

Shades and tints

Shades of #7F55C8

#7F55C8
(127,85,200)
#744EB6
(116,78,182)
#6947A4
(105,71,164)
#5E4092
(94,64,146)
#533980
(83,57,128)
#48326E
(72,50,110)
#3D2B5C
(61,43,92)
#32244A
(50,36,74)
#271D38
(39,29,56)
#1C1626
(28,22,38)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #7F55C8

#7F55C8
(127,85,200)
#8A64CD
(138,100,205)
#9573D2
(149,115,210)
#A082D7
(160,130,215)
#AB91DC
(171,145,220)
#B6A0E1
(182,160,225)
#C1AFE6
(193,175,230)
#CCBEEB
(204,190,235)
#D7CDF0
(215,205,240)
#E2DCF5
(226,220,245)
#EDEBFA
(237,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F55C8; }

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

This text font color is #7F55C8.


Background Color

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

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

This div background color is #7F55C8.


Border color

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

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

This div border color is #7F55C8.


Opacity

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

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

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

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

This text has shadow with #7F55C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F55C8 on black background.


Color preview on white background

This text has color #7F55C8 on white background.



Black color preview on #7F55C8 background

This text has black color on #7F55C8 background.


White color preview on #7F55C8 background

This text has white color on #7F55C8 background.