COLOR #7B8CCF

HEX: #7B8CCF RGB: (123,140,207)

Color info

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

RGB color model

#7B8CCF color RGB value is (123,140,207).

RGB: (123,140,207) (48%, 55%, 81%)

RGB channels and saturation

R 123 of 255 = 48%
G 140 of 255 = 55%
B 207 of 255 = 81%

123
140
207

R + G + B ~ 61%. #7B8CCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 140 + 207 = 470 (100%)
R 123 of 470 ~ 26.17%
G 140 of 470 ~ 29.79%
B 207 of 470 ~ 44.04'%

%26.17
%29.79
%44.04

CMYK color model

#7B8CCF color CMYK value is (41,32,0,19).

  • cyan value is 40.58%
  • magenta value is 32.37%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (41,32,0,19) C41M32Y0K19 (41%,32%,0%,19%) (0.41/0.32/0.00/0.19) 

CMYK percentages

%40.58
%32.37
%0
%18.82

Codes

Color #7B8CCF in popluar color models

7B 8C CF
RGB 123 140 207
HSL 228° 46.67% 64.71%
HSB/HSV 228° 40.58% 81.18%
CMYK 40.58% 32.37% 0.00%
18.82%

Color #7B8CCF in popluar number systems.

HEX 7B 8C CF
Decimal 123 140 207
Binary 1111011 10001100 11001111
Octal 173 214 317

Shades and tints

Shades of #7B8CCF

#7B8CCF
(123,140,207)
#7080BD
(112,128,189)
#6574AB
(101,116,171)
#5A6899
(90,104,153)
#4F5C87
(79,92,135)
#445075
(68,80,117)
#394463
(57,68,99)
#2E3851
(46,56,81)
#232C3F
(35,44,63)
#18202D
(24,32,45)
#0D141B
(13,20,27)
#000000
(0,0,0)

Tints of #7B8CCF

#7B8CCF
(123,140,207)
#8796D3
(135,150,211)
#93A0D7
(147,160,215)
#9FAADB
(159,170,219)
#ABB4DF
(171,180,223)
#B7BEE3
(183,190,227)
#C3C8E7
(195,200,231)
#CFD2EB
(207,210,235)
#DBDCEF
(219,220,239)
#E7E6F3
(231,230,243)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8CCF; }

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

This text font color is #7B8CCF.

Background Color

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

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

This div background color is #7B8CCF.

Border color

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

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

This div border color is #7B8CCF.

Opacity

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

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

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

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

This text has shadow with #7B8CCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8CCF.

Preview

Color preview on black background

This text has color #7B8CCF on black background.


Color preview on white background

This text has color #7B8CCF on white background.


Black color preview on #7B8CCF background

This text has black color on #7B8CCF background.


White color preview on #7B8CCF background

This text has white color on #7B8CCF background.


Related colors

Complementary color

Complementary color for #hex is #847330.


I love getcolorcode.com

Triadic colors

1 #CF7B8C and #8CCF7B with #7B8CCF are triadic colors.

2 #CF8C7B and #8C7BCF with #7B8CCF are triadic colors.