COLOR #7B84E6

HEX: #7B84E6
RGB: (123,132,230)

Color info

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

RGB color model

#7B84E6 color RGB value is (123,132,230).

  • red value is 123;
  • green value is 132;
  • blue value is 230.
RGB:
(123,132,230)
(48%,52%,90%)

RGB channels and saturation

R 123 of 255 = 48%
G 132 of 255 = 52%
B 230 of 255 = 90%

123
132
230

R + G + B ~ 63%. #7B84E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 132 + 230 = 485 (100%)
R 123 of 485 ~ 25.36%
G 132 of 485 ~ 27.22%
B 230 of 485 ~ 47.42%

%25.36
%27.22
%47.42

CMYK color model

#7B84E6 color CMYK value is (47,43,0,10).

  • cyan value is 46.52%
  • magenta value is 42.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(47,43,0,10)
C47M43Y0K10 
(47%,43%,0%,10%)
(0.47/0.43/0.00/0.10)	

CMYK percentages

%46.52
%42.61
%0
%9.8

Codes

Color #7B84E6 in popluar color models

7B84E6
RGB123132230
HSL235°68.15%69.22%
HSB/HSV235°46.52%90.20%
CMYK46.52%42.61%0.00%
9.80%

Color #7B84E6 in popluar number systems.

HEX7B84E6
Decimal123132230
Binary11110111000010011100110
Octal173204346

Shades and tints

Shades of #7B84E6

#7B84E6
(123,132,230)
#7078D2
(112,120,210)
#656CBE
(101,108,190)
#5A60AA
(90,96,170)
#4F5496
(79,84,150)
#444882
(68,72,130)
#393C6E
(57,60,110)
#2E305A
(46,48,90)
#232446
(35,36,70)
#181832
(24,24,50)
#0D0C1E
(13,12,30)
#000000
(0,0,0)

Tints of #7B84E6

#7B84E6
(123,132,230)
#878FE8
(135,143,232)
#939AEA
(147,154,234)
#9FA5EC
(159,165,236)
#ABB0EE
(171,176,238)
#B7BBF0
(183,187,240)
#C3C6F2
(195,198,242)
#CFD1F4
(207,209,244)
#DBDCF6
(219,220,246)
#E7E7F8
(231,231,248)
#F3F2FA
(243,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B84E6; }

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

This text font color is #7B84E6.


Background Color

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

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

This div background color is #7B84E6.


Border color

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

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

This div border color is #7B84E6.


Opacity

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

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

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

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

This text has shadow with #7B84E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B84E6 on black background.


Color preview on white background

This text has color #7B84E6 on white background.



Black color preview on #7B84E6 background

This text has black color on #7B84E6 background.


White color preview on #7B84E6 background

This text has white color on #7B84E6 background.