COLOR #7B7BBD

HEX: #7B7BBD
RGB: (123,123,189)

Color info

#7B7BBD contains mainly blue color. Web safe color of #7B7BBD is #6666CC (or #66C).

RGB color model

#7B7BBD color RGB value is (123,123,189).

  • red value is 123;
  • green value is 123;
  • blue value is 189.
RGB:
(123,123,189)
(48%,48%,74%)

RGB channels and saturation

R 123 of 255 = 48%
G 123 of 255 = 48%
B 189 of 255 = 74%

123
123
189

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

Portions of RGB colors in percentages

R + G + B =
123 + 123 + 189 = 435 (100%)
R 123 of 435 ~ 28.28%
G 123 of 435 ~ 28.28%
B 189 of 435 ~ 43.45%

%28.28
%28.28
%43.45

CMYK color model

#7B7BBD color CMYK value is (35,35,0,26).

  • cyan value is 34.92%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(35,35,0,26)
C35M35Y0K26 
(35%,35%,0%,26%)
(0.35/0.35/0.00/0.26)	

CMYK percentages

%34.92
%34.92
%0
%25.88

Codes

Color #7B7BBD in popluar color models

7B7BBD
RGB123123189
HSL240°33.33%61.18%
HSB/HSV240°34.92%74.12%
CMYK34.92%34.92%0.00%
25.88%

Color #7B7BBD in popluar number systems.

HEX7B7BBD
Decimal123123189
Binary1111011111101110111101
Octal173173275

Shades and tints

Shades of #7B7BBD

#7B7BBD
(123,123,189)
#7070AC
(112,112,172)
#65659B
(101,101,155)
#5A5A8A
(90,90,138)
#4F4F79
(79,79,121)
#444468
(68,68,104)
#393957
(57,57,87)
#2E2E46
(46,46,70)
#232335
(35,35,53)
#181824
(24,24,36)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #7B7BBD

#7B7BBD
(123,123,189)
#8787C3
(135,135,195)
#9393C9
(147,147,201)
#9F9FCF
(159,159,207)
#ABABD5
(171,171,213)
#B7B7DB
(183,183,219)
#C3C3E1
(195,195,225)
#CFCFE7
(207,207,231)
#DBDBED
(219,219,237)
#E7E7F3
(231,231,243)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7BBD; }

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

This text font color is #7B7BBD.


Background Color

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

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

This div background color is #7B7BBD.


Border color

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

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

This div border color is #7B7BBD.


Opacity

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

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

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

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

This text has shadow with #7B7BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7BBD on black background.


Color preview on white background

This text has color #7B7BBD on white background.



Black color preview on #7B7BBD background

This text has black color on #7B7BBD background.


White color preview on #7B7BBD background

This text has white color on #7B7BBD background.