COLOR #7B86C8

HEX: #7B86C8 RGB: (123,134,200)

Color info

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

RGB color model

#7B86C8 color RGB value is (123,134,200).

RGB: (123,134,200) (48%, 53%, 78%)

RGB channels and saturation

R 123 of 255 = 48%
G 134 of 255 = 53%
B 200 of 255 = 78%

123
134
200

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

Portions of RGB colors in percentages

R + G + B = 123 + 134 + 200 = 457 (100%)
R 123 of 457 ~ 26.91%
G 134 of 457 ~ 29.32%
B 200 of 457 ~ 43.76'%

%26.91
%29.32
%43.76

CMYK color model

#7B86C8 color CMYK value is (39,33,0,22).

  • cyan value is 38.50%
  • magenta value is 33.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (39,33,0,22)
C39M33Y0K22 (39%, 33%, 0%, 22%)
(0.39 / 0.33 / 0.00 / 0.22)

CMYK percentages

%38.5
%33
%0
%21.57

Codes

Color #7B86C8 in popluar color models

7B 86 C8
RGB 123 134 200
HSL 231° 41.18% 63.33%
HSB/HSV 231° 38.50% 78.43%
CMYK 38.50% 33.00% 0.00%
21.57%

Color #7B86C8 in popluar number systems.

HEX 7B 86 C8
Decimal 123 134 200
Binary 1111011 10000110 11001000
Octal 173 206 310

Shades and tints

Shades of #7B86C8

#7B86C8
(123,134,200)
#707AB6
(112,122,182)
#656EA4
(101,110,164)
#5A6292
(90,98,146)
#4F5680
(79,86,128)
#444A6E
(68,74,110)
#393E5C
(57,62,92)
#2E324A
(46,50,74)
#232638
(35,38,56)
#181A26
(24,26,38)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #7B86C8

#7B86C8
(123,134,200)
#8791CD
(135,145,205)
#939CD2
(147,156,210)
#9FA7D7
(159,167,215)
#ABB2DC
(171,178,220)
#B7BDE1
(183,189,225)
#C3C8E6
(195,200,230)
#CFD3EB
(207,211,235)
#DBDEF0
(219,222,240)
#E7E9F5
(231,233,245)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B86C8; }

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

This text font color is #7B86C8.

Background Color

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

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

This div background color is #7B86C8.

Border color

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

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

This div border color is #7B86C8.

Opacity

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

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

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

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

This text has shadow with #7B86C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B86C8.

Preview

Color preview on black background

This text has color #7B86C8 on black background.


Color preview on white background

This text has color #7B86C8 on white background.


Black color preview on #7B86C8 background

This text has black color on #7B86C8 background.


White color preview on #7B86C8 background

This text has white color on #7B86C8 background.


Related colors

Complementary color

Complementary color for #hex is #847937.


I love getcolorcode.com

Triadic colors

1 #C87B86 and #86C87B with #7B86C8 are triadic colors.

2 #C8867B and #867BC8 with #7B86C8 are triadic colors.