COLOR #7B7895

HEX: #7B7895 RGB: (123,120,149)

Color info

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

RGB color model

#7B7895 color RGB value is (123,120,149).

RGB: (123,120,149) (48%, 47%, 58%)

RGB channels and saturation

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

123
120
149

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

Portions of RGB colors in percentages

R + G + B = 123 + 120 + 149 = 392 (100%)
R 123 of 392 ~ 31.38%
G 120 of 392 ~ 30.61%
B 149 of 392 ~ 38.01'%

%31.38
%30.61
%38.01

CMYK color model

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

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

CMYK percentages

%17.45
%19.46
%0
%41.57

Codes

Color #7B7895 in popluar color models

7B 78 95
RGB 123 120 149
HSL 246° 12.03% 52.75%
HSB/HSV 246° 19.46% 58.43%
CMYK 17.45% 19.46% 0.00%
41.57%

Color #7B7895 in popluar number systems.

HEX 7B 78 95
Decimal 123 120 149
Binary 1111011 1111000 10010101
Octal 173 170 225

Shades and tints

Shades of #7B7895

#7B7895
(123,120,149)
#706E88
(112,110,136)
#65647B
(101,100,123)
#5A5A6E
(90,90,110)
#4F5061
(79,80,97)
#444654
(68,70,84)
#393C47
(57,60,71)
#2E323A
(46,50,58)
#23282D
(35,40,45)
#181E20
(24,30,32)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #7B7895

#7B7895
(123,120,149)
#87849E
(135,132,158)
#9390A7
(147,144,167)
#9F9CB0
(159,156,176)
#ABA8B9
(171,168,185)
#B7B4C2
(183,180,194)
#C3C0CB
(195,192,203)
#CFCCD4
(207,204,212)
#DBD8DD
(219,216,221)
#E7E4E6
(231,228,230)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7895; }

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

This text font color is #7B7895.

Background Color

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

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

This div background color is #7B7895.

Border color

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

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

This div border color is #7B7895.

Opacity

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

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

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

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

This text has shadow with #7B7895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7895.

Preview

Color preview on black background

This text has color #7B7895 on black background.


Color preview on white background

This text has color #7B7895 on white background.


Black color preview on #7B7895 background

This text has black color on #7B7895 background.


White color preview on #7B7895 background

This text has white color on #7B7895 background.


Related colors

Complementary color

Complementary color for #hex is #84876A.


I love getcolorcode.com

Triadic colors

1 #957B78 and #78957B with #7B7895 are triadic colors.

2 #95787B and #787B95 with #7B7895 are triadic colors.