COLOR #7B7894

HEX: #7B7894
RGB: (123,120,148)

Color info

#7B7894 contains red, green and blue colors in about the same proportion. Web safe color of #7B7894 is #666699 (or #669).

RGB color model

#7B7894 color RGB value is (123,120,148).

  • red value is 123;
  • green value is 120;
  • blue value is 148.
RGB: (123,120,148) (48%,47%,58%)

RGB channels and saturation

R 123 of 255 = 48%
G 120 of 255 = 47%
B 148 of 255 = 58%

123
120
148

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

Portions of RGB colors in percentages

R + G + B =
123 + 120 + 148 = 391 (100%)
R 123 of 391 ~ 31.46%
G 120 of 391 ~ 30.69%
B 148 of 391 ~ 37.85%

%31.46
%30.69
%37.85

CMYK color model

#7B7894 color CMYK value is (17,19,0,42).

  • cyan value is 16.89%
  • magenta value is 18.92%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK: (17,19,0,42) C17M19Y0K42 (17%,19%,0%,42%) (0.17/0.19/0.00/0.42)

CMYK percentages

%16.89
%18.92
%0
%41.96

Codes

Color #7B7894 in popluar color models

7B7894
RGB123120148
HSL246°11.57%52.55%
HSB/HSV246°18.92%58.04%
CMYK16.89%18.92%0.00%
41.96%

Color #7B7894 in popluar number systems.

HEX7B7894
Decimal123120148
Binary1111011111100010010100
Octal173170224

Shades and tints

Shades of #7B7894

#7B7894
(123,120,148)
#706E87
(112,110,135)
#65647A
(101,100,122)
#5A5A6D
(90,90,109)
#4F5060
(79,80,96)
#444653
(68,70,83)
#393C46
(57,60,70)
#2E3239
(46,50,57)
#23282C
(35,40,44)
#181E1F
(24,30,31)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #7B7894

#7B7894
(123,120,148)
#87849D
(135,132,157)
#9390A6
(147,144,166)
#9F9CAF
(159,156,175)
#ABA8B8
(171,168,184)
#B7B4C1
(183,180,193)
#C3C0CA
(195,192,202)
#CFCCD3
(207,204,211)
#DBD8DC
(219,216,220)
#E7E4E5
(231,228,229)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7894 color. Also use rgb(123,120,148) instead hex code.

Text Font Color

.myTextColor { color: #7B7894; }

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

This text font color is #7B7894.


Background Color

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

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

This div background color is #7B7894.


Border color

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

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

This div border color is #7B7894.


Opacity

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

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

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

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

This text has shadow with #7B7894 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7B7894 on black background.


Color preview on white background

This text has color #7B7894 on white background.



Black color preview on #7B7894 background

This text has black color on #7B7894 background.


White color preview on #7B7894 background

This text has white color on #7B7894 background.