COLOR #7B85E5

HEX: #7B85E5
RGB: (123,133,229)

Color info

#7B85E5 contains mainly blue color. Web safe color of #7B85E5 is #6699CC (or #69C).

RGB color model

#7B85E5 color RGB value is (123,133,229).

  • red value is 123;
  • green value is 133;
  • blue value is 229.
RGB:
(123,133,229)
(48%,52%,90%)

RGB channels and saturation

R 123 of 255 = 48%
G 133 of 255 = 52%
B 229 of 255 = 90%

123
133
229

R + G + B ~ 63%. #7B85E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 133 + 229 = 485 (100%)
R 123 of 485 ~ 25.36%
G 133 of 485 ~ 27.42%
B 229 of 485 ~ 47.22%

%25.36
%27.42
%47.22

CMYK color model

#7B85E5 color CMYK value is (46,42,0,10).

  • cyan value is 46.29%
  • magenta value is 41.92%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(46,42,0,10)
C46M42Y0K10 
(46%,42%,0%,10%)
(0.46/0.42/0.00/0.10)	

CMYK percentages

%46.29
%41.92
%0
%10.2

Codes

Color #7B85E5 in popluar color models

7B85E5
RGB123133229
HSL234°67.09%69.02%
HSB/HSV234°46.29%89.80%
CMYK46.29%41.92%0.00%
10.20%

Color #7B85E5 in popluar number systems.

HEX7B85E5
Decimal123133229
Binary11110111000010111100101
Octal173205345

Shades and tints

Shades of #7B85E5

#7B85E5
(123,133,229)
#7079D1
(112,121,209)
#656DBD
(101,109,189)
#5A61A9
(90,97,169)
#4F5595
(79,85,149)
#444981
(68,73,129)
#393D6D
(57,61,109)
#2E3159
(46,49,89)
#232545
(35,37,69)
#181931
(24,25,49)
#0D0D1D
(13,13,29)
#000000
(0,0,0)

Tints of #7B85E5

#7B85E5
(123,133,229)
#8790E7
(135,144,231)
#939BE9
(147,155,233)
#9FA6EB
(159,166,235)
#ABB1ED
(171,177,237)
#B7BCEF
(183,188,239)
#C3C7F1
(195,199,241)
#CFD2F3
(207,210,243)
#DBDDF5
(219,221,245)
#E7E8F7
(231,232,247)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B85E5 color. Also use rgb(123,133,229) instead hex code.

Text Font Color

.myTextColor { color: #7B85E5; }

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

This text font color is #7B85E5.


Background Color

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

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

This div background color is #7B85E5.


Border color

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

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

This div border color is #7B85E5.


Opacity

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

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

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

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

This text has shadow with #7B85E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B85E5 on black background.


Color preview on white background

This text has color #7B85E5 on white background.



Black color preview on #7B85E5 background

This text has black color on #7B85E5 background.


White color preview on #7B85E5 background

This text has white color on #7B85E5 background.