COLOR #7B55FD

HEX: #7B55FD
RGB: (123,85,253)

Color info

#7B55FD contains mainly blue color. Web safe color of #7B55FD is #6666FF (or #66F).

RGB color model

#7B55FD color RGB value is (123,85,253).

  • red value is 123;
  • green value is 85;
  • blue value is 253.
RGB:
(123,85,253)
(48%,33%,99%)

RGB channels and saturation

R 123 of 255 = 48%
G 85 of 255 = 33%
B 253 of 255 = 99%

123
85
253

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

Portions of RGB colors in percentages

R + G + B =
123 + 85 + 253 = 461 (100%)
R 123 of 461 ~ 26.68%
G 85 of 461 ~ 18.44%
B 253 of 461 ~ 54.88%

%26.68
%18.44
%54.88

CMYK color model

#7B55FD color CMYK value is (51,66,0,1).

  • cyan value is 51.38%
  • magenta value is 66.40%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(51,66,0,1)
C51M66Y0K1 
(51%,66%,0%,1%)
(0.51/0.66/0.00/0.01)	

CMYK percentages

%51.38
%66.4
%0
%0.78

Codes

Color #7B55FD in popluar color models

7B55FD
RGB12385253
HSL254°97.67%66.27%
HSB/HSV254°66.40%99.22%
CMYK51.38%66.40%0.00%
0.78%

Color #7B55FD in popluar number systems.

HEX7B55FD
Decimal12385253
Binary1111011101010111111101
Octal173125375

Shades and tints

Shades of #7B55FD

#7B55FD
(123,85,253)
#704EE6
(112,78,230)
#6547CF
(101,71,207)
#5A40B8
(90,64,184)
#4F39A1
(79,57,161)
#44328A
(68,50,138)
#392B73
(57,43,115)
#2E245C
(46,36,92)
#231D45
(35,29,69)
#18162E
(24,22,46)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #7B55FD

#7B55FD
(123,85,253)
#8764FD
(135,100,253)
#9373FD
(147,115,253)
#9F82FD
(159,130,253)
#AB91FD
(171,145,253)
#B7A0FD
(183,160,253)
#C3AFFD
(195,175,253)
#CFBEFD
(207,190,253)
#DBCDFD
(219,205,253)
#E7DCFD
(231,220,253)
#F3EBFD
(243,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B55FD color. Also use rgb(123,85,253) instead hex code.

Text Font Color

.myTextColor { color: #7B55FD; }

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

This text font color is #7B55FD.


Background Color

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

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

This div background color is #7B55FD.


Border color

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

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

This div border color is #7B55FD.


Opacity

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

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

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

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

This text has shadow with #7B55FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B55FD on black background.


Color preview on white background

This text has color #7B55FD on white background.



Black color preview on #7B55FD background

This text has black color on #7B55FD background.


White color preview on #7B55FD background

This text has white color on #7B55FD background.