COLOR #7B5FC8

HEX: #7B5FC8
RGB: (123,95,200)

Color info

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

RGB color model

#7B5FC8 color RGB value is (123,95,200).

  • red value is 123;
  • green value is 95;
  • blue value is 200.
RGB:
(123,95,200)
(48%,37%,78%)

RGB channels and saturation

R 123 of 255 = 48%
G 95 of 255 = 37%
B 200 of 255 = 78%

123
95
200

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

Portions of RGB colors in percentages

R + G + B =
123 + 95 + 200 = 418 (100%)
R 123 of 418 ~ 29.43%
G 95 of 418 ~ 22.73%
B 200 of 418 ~ 47.85%

%29.43
%22.73
%47.85

CMYK color model

#7B5FC8 color CMYK value is (39,53,0,22).

  • cyan value is 38.50%
  • magenta value is 52.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(39,53,0,22)
C39M53Y0K22 
(39%,53%,0%,22%)
(0.39/0.53/0.00/0.22)	

CMYK percentages

%38.5
%52.5
%0
%21.57

Codes

Color #7B5FC8 in popluar color models

7B5FC8
RGB12395200
HSL256°48.84%57.84%
HSB/HSV256°52.50%78.43%
CMYK38.50%52.50%0.00%
21.57%

Color #7B5FC8 in popluar number systems.

HEX7B5FC8
Decimal12395200
Binary1111011101111111001000
Octal173137310

Shades and tints

Shades of #7B5FC8

#7B5FC8
(123,95,200)
#7057B6
(112,87,182)
#654FA4
(101,79,164)
#5A4792
(90,71,146)
#4F3F80
(79,63,128)
#44376E
(68,55,110)
#392F5C
(57,47,92)
#2E274A
(46,39,74)
#231F38
(35,31,56)
#181726
(24,23,38)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #7B5FC8

#7B5FC8
(123,95,200)
#876DCD
(135,109,205)
#937BD2
(147,123,210)
#9F89D7
(159,137,215)
#AB97DC
(171,151,220)
#B7A5E1
(183,165,225)
#C3B3E6
(195,179,230)
#CFC1EB
(207,193,235)
#DBCFF0
(219,207,240)
#E7DDF5
(231,221,245)
#F3EBFA
(243,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5FC8 color. Also use rgb(123,95,200) instead hex code.

Text Font Color

.myTextColor { color: #7B5FC8; }

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

This text font color is #7B5FC8.


Background Color

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

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

This div background color is #7B5FC8.


Border color

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

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

This div border color is #7B5FC8.


Opacity

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

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

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

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

This text has shadow with #7B5FC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5FC8 on black background.


Color preview on white background

This text has color #7B5FC8 on white background.



Black color preview on #7B5FC8 background

This text has black color on #7B5FC8 background.


White color preview on #7B5FC8 background

This text has white color on #7B5FC8 background.