COLOR #7B8BD2

HEX: #7B8BD2
RGB: (123,139,210)

Color info

#7B8BD2 contains mainly blue color. Web safe color of #7B8BD2 is #6699CC (or #69C).

RGB color model

#7B8BD2 color RGB value is (123,139,210).

  • red value is 123;
  • green value is 139;
  • blue value is 210.
RGB:
(123,139,210)
(48%,55%,82%)

RGB channels and saturation

R 123 of 255 = 48%
G 139 of 255 = 55%
B 210 of 255 = 82%

123
139
210

R + G + B ~ 62%. #7B8BD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 139 + 210 = 472 (100%)
R 123 of 472 ~ 26.06%
G 139 of 472 ~ 29.45%
B 210 of 472 ~ 44.49%

%26.06
%29.45
%44.49

CMYK color model

#7B8BD2 color CMYK value is (41,34,0,18).

  • cyan value is 41.43%
  • magenta value is 33.81%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(41,34,0,18)
C41M34Y0K18 
(41%,34%,0%,18%)
(0.41/0.34/0.00/0.18)	

CMYK percentages

%41.43
%33.81
%0
%17.65

Codes

Color #7B8BD2 in popluar color models

7B8BD2
RGB123139210
HSL229°49.15%65.29%
HSB/HSV229°41.43%82.35%
CMYK41.43%33.81%0.00%
17.65%

Color #7B8BD2 in popluar number systems.

HEX7B8BD2
Decimal123139210
Binary11110111000101111010010
Octal173213322

Shades and tints

Shades of #7B8BD2

#7B8BD2
(123,139,210)
#707FBF
(112,127,191)
#6573AC
(101,115,172)
#5A6799
(90,103,153)
#4F5B86
(79,91,134)
#444F73
(68,79,115)
#394360
(57,67,96)
#2E374D
(46,55,77)
#232B3A
(35,43,58)
#181F27
(24,31,39)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #7B8BD2

#7B8BD2
(123,139,210)
#8795D6
(135,149,214)
#939FDA
(147,159,218)
#9FA9DE
(159,169,222)
#ABB3E2
(171,179,226)
#B7BDE6
(183,189,230)
#C3C7EA
(195,199,234)
#CFD1EE
(207,209,238)
#DBDBF2
(219,219,242)
#E7E5F6
(231,229,246)
#F3EFFA
(243,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8BD2; }

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

This text font color is #7B8BD2.


Background Color

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

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

This div background color is #7B8BD2.


Border color

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

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

This div border color is #7B8BD2.


Opacity

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

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

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

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

This text has shadow with #7B8BD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8BD2 on black background.


Color preview on white background

This text has color #7B8BD2 on white background.



Black color preview on #7B8BD2 background

This text has black color on #7B8BD2 background.


White color preview on #7B8BD2 background

This text has white color on #7B8BD2 background.