COLOR #7B7FB3

HEX: #7B7FB3 RGB: (123,127,179)

Color info

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

RGB color model

#7B7FB3 color RGB value is (123,127,179).

RGB: (123,127,179) (48%, 50%, 70%)

RGB channels and saturation

R 123 of 255 = 48%
G 127 of 255 = 50%
B 179 of 255 = 70%

123
127
179

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

Portions of RGB colors in percentages

R + G + B = 123 + 127 + 179 = 429 (100%)
R 123 of 429 ~ 28.67%
G 127 of 429 ~ 29.6%
B 179 of 429 ~ 41.72'%

%28.67
%29.6
%41.72

CMYK color model

#7B7FB3 color CMYK value is (31,29,0,30).

  • cyan value is 31.28%
  • magenta value is 29.05%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (31,29,0,30)
C31M29Y0K30 (31%, 29%, 0%, 30%)
(0.31 / 0.29 / 0.00 / 0.30)

CMYK percentages

%31.28
%29.05
%0
%29.8

Codes

Color #7B7FB3 in popluar color models

7B 7F B3
RGB 123 127 179
HSL 236° 26.92% 59.22%
HSB/HSV 236° 31.28% 70.20%
CMYK 31.28% 29.05% 0.00%
29.80%

Color #7B7FB3 in popluar number systems.

HEX 7B 7F B3
Decimal 123 127 179
Binary 1111011 1111111 10110011
Octal 173 177 263

Shades and tints

Shades of #7B7FB3

#7B7FB3
(123,127,179)
#7074A3
(112,116,163)
#656993
(101,105,147)
#5A5E83
(90,94,131)
#4F5373
(79,83,115)
#444863
(68,72,99)
#393D53
(57,61,83)
#2E3243
(46,50,67)
#232733
(35,39,51)
#181C23
(24,28,35)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #7B7FB3

#7B7FB3
(123,127,179)
#878AB9
(135,138,185)
#9395BF
(147,149,191)
#9FA0C5
(159,160,197)
#ABABCB
(171,171,203)
#B7B6D1
(183,182,209)
#C3C1D7
(195,193,215)
#CFCCDD
(207,204,221)
#DBD7E3
(219,215,227)
#E7E2E9
(231,226,233)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7FB3; }

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

This text font color is #7B7FB3.

Background Color

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

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

This div background color is #7B7FB3.

Border color

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

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

This div border color is #7B7FB3.

Opacity

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

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

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

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

This text has shadow with #7B7FB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7FB3.

Preview

Color preview on black background

This text has color #7B7FB3 on black background.


Color preview on white background

This text has color #7B7FB3 on white background.


Black color preview on #7B7FB3 background

This text has black color on #7B7FB3 background.


White color preview on #7B7FB3 background

This text has white color on #7B7FB3 background.


Related colors

Complementary color

Complementary color for #hex is #84804C.


I love getcolorcode.com

Triadic colors

1 #B37B7F and #7FB37B with #7B7FB3 are triadic colors.

2 #B37F7B and #7F7BB3 with #7B7FB3 are triadic colors.