COLOR #7B7CB2

HEX: #7B7CB2
RGB: (123,124,178)

Color info

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

RGB color model

#7B7CB2 color RGB value is (123,124,178).

  • red value is 123;
  • green value is 124;
  • blue value is 178.
RGB:
(123,124,178)
(48%,49%,70%)

RGB channels and saturation

R 123 of 255 = 48%
G 124 of 255 = 49%
B 178 of 255 = 70%

123
124
178

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

Portions of RGB colors in percentages

R + G + B =
123 + 124 + 178 = 425 (100%)
R 123 of 425 ~ 28.94%
G 124 of 425 ~ 29.18%
B 178 of 425 ~ 41.88%

%28.94
%29.18
%41.88

CMYK color model

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

  • cyan value is 30.90%
  • magenta value is 30.34%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(31,30,0,30)
C31M30Y0K30 
(31%,30%,0%,30%)
(0.31/0.30/0.00/0.30)	

CMYK percentages

%30.9
%30.34
%0
%30.2

Codes

Color #7B7CB2 in popluar color models

7B7CB2
RGB123124178
HSL239°26.32%59.02%
HSB/HSV239°30.90%69.80%
CMYK30.90%30.34%0.00%
30.20%

Color #7B7CB2 in popluar number systems.

HEX7B7CB2
Decimal123124178
Binary1111011111110010110010
Octal173174262

Shades and tints

Shades of #7B7CB2

#7B7CB2
(123,124,178)
#7071A2
(112,113,162)
#656692
(101,102,146)
#5A5B82
(90,91,130)
#4F5072
(79,80,114)
#444562
(68,69,98)
#393A52
(57,58,82)
#2E2F42
(46,47,66)
#232432
(35,36,50)
#181922
(24,25,34)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #7B7CB2

#7B7CB2
(123,124,178)
#8787B9
(135,135,185)
#9392C0
(147,146,192)
#9F9DC7
(159,157,199)
#ABA8CE
(171,168,206)
#B7B3D5
(183,179,213)
#C3BEDC
(195,190,220)
#CFC9E3
(207,201,227)
#DBD4EA
(219,212,234)
#E7DFF1
(231,223,241)
#F3EAF8
(243,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7CB2 color. Also use rgb(123,124,178) instead hex code.

Text Font Color

.myTextColor { color: #7B7CB2; }

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

This text font color is #7B7CB2.


Background Color

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

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

This div background color is #7B7CB2.


Border color

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

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

This div border color is #7B7CB2.


Opacity

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

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

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

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

This text has shadow with #7B7CB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7CB2 on black background.


Color preview on white background

This text has color #7B7CB2 on white background.



Black color preview on #7B7CB2 background

This text has black color on #7B7CB2 background.


White color preview on #7B7CB2 background

This text has white color on #7B7CB2 background.