COLOR #7B7FA8

HEX: #7B7FA8 RGB: (123,127,168)

Color info

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

RGB color model

#7B7FA8 color RGB value is (123,127,168).

RGB: (123,127,168) (48%, 50%, 66%)

RGB channels and saturation

R 123 of 255 = 48%
G 127 of 255 = 50%
B 168 of 255 = 66%

123
127
168

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

Portions of RGB colors in percentages

R + G + B = 123 + 127 + 168 = 418 (100%)
R 123 of 418 ~ 29.43%
G 127 of 418 ~ 30.38%
B 168 of 418 ~ 40.19'%

%29.43
%30.38
%40.19

CMYK color model

#7B7FA8 color CMYK value is (27,24,0,34).

  • cyan value is 26.79%
  • magenta value is 24.40%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (27,24,0,34)
C27M24Y0K34 (27%, 24%, 0%, 34%)
(0.27 / 0.24 / 0.00 / 0.34)

CMYK percentages

%26.79
%24.4
%0
%34.12

Codes

Color #7B7FA8 in popluar color models

7B 7F A8
RGB 123 127 168
HSL 235° 20.55% 57.06%
HSB/HSV 235° 26.79% 65.88%
CMYK 26.79% 24.40% 0.00%
34.12%

Color #7B7FA8 in popluar number systems.

HEX 7B 7F A8
Decimal 123 127 168
Binary 1111011 1111111 10101000
Octal 173 177 250

Shades and tints

Shades of #7B7FA8

#7B7FA8
(123,127,168)
#707499
(112,116,153)
#65698A
(101,105,138)
#5A5E7B
(90,94,123)
#4F536C
(79,83,108)
#44485D
(68,72,93)
#393D4E
(57,61,78)
#2E323F
(46,50,63)
#232730
(35,39,48)
#181C21
(24,28,33)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #7B7FA8

#7B7FA8
(123,127,168)
#878AAF
(135,138,175)
#9395B6
(147,149,182)
#9FA0BD
(159,160,189)
#ABABC4
(171,171,196)
#B7B6CB
(183,182,203)
#C3C1D2
(195,193,210)
#CFCCD9
(207,204,217)
#DBD7E0
(219,215,224)
#E7E2E7
(231,226,231)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7FA8 color. Also use rgb(123,127,168) instead hex code.

Text Font Color

.myTextColor { color: #7B7FA8; }

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

This text font color is #7B7FA8.

Background Color

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

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

This div background color is #7B7FA8.

Border color

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

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

This div border color is #7B7FA8.

Opacity

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

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

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

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

This text has shadow with #7B7FA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7FA8.

Preview

Color preview on black background

This text has color #7B7FA8 on black background.


Color preview on white background

This text has color #7B7FA8 on white background.


Black color preview on #7B7FA8 background

This text has black color on #7B7FA8 background.


White color preview on #7B7FA8 background

This text has white color on #7B7FA8 background.


Related colors

Complementary color

Complementary color for #hex is #848057.


I love getcolorcode.com

Triadic colors

1 #A87B7F and #7FA87B with #7B7FA8 are triadic colors.

2 #A87F7B and #7F7BA8 with #7B7FA8 are triadic colors.