COLOR #7B84CD

HEX: #7B84CD
RGB: (123,132,205)

Color info

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

RGB color model

#7B84CD color RGB value is (123,132,205).

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

RGB channels and saturation

R 123 of 255 = 48%
G 132 of 255 = 52%
B 205 of 255 = 80%

123
132
205

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

Portions of RGB colors in percentages

R + G + B =
123 + 132 + 205 = 460 (100%)
R 123 of 460 ~ 26.74%
G 132 of 460 ~ 28.7%
B 205 of 460 ~ 44.57%

%26.74
%28.7
%44.57

CMYK color model

#7B84CD color CMYK value is (40,36,0,20).

  • cyan value is 40.00%
  • magenta value is 35.61%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(40,36,0,20)
C40M36Y0K20 
(40%,36%,0%,20%)
(0.40/0.36/0.00/0.20)	

CMYK percentages

%40
%35.61
%0
%19.61

Codes

Color #7B84CD in popluar color models

7B84CD
RGB123132205
HSL233°45.05%64.31%
HSB/HSV233°40.00%80.39%
CMYK40.00%35.61%0.00%
19.61%

Color #7B84CD in popluar number systems.

HEX7B84CD
Decimal123132205
Binary11110111000010011001101
Octal173204315

Shades and tints

Shades of #7B84CD

#7B84CD
(123,132,205)
#7078BB
(112,120,187)
#656CA9
(101,108,169)
#5A6097
(90,96,151)
#4F5485
(79,84,133)
#444873
(68,72,115)
#393C61
(57,60,97)
#2E304F
(46,48,79)
#23243D
(35,36,61)
#18182B
(24,24,43)
#0D0C19
(13,12,25)
#000000
(0,0,0)

Tints of #7B84CD

#7B84CD
(123,132,205)
#878FD1
(135,143,209)
#939AD5
(147,154,213)
#9FA5D9
(159,165,217)
#ABB0DD
(171,176,221)
#B7BBE1
(183,187,225)
#C3C6E5
(195,198,229)
#CFD1E9
(207,209,233)
#DBDCED
(219,220,237)
#E7E7F1
(231,231,241)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B84CD; }

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

This text font color is #7B84CD.


Background Color

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

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

This div background color is #7B84CD.


Border color

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

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

This div border color is #7B84CD.


Opacity

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

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

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

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

This text has shadow with #7B84CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B84CD on black background.


Color preview on white background

This text has color #7B84CD on white background.



Black color preview on #7B84CD background

This text has black color on #7B84CD background.


White color preview on #7B84CD background

This text has white color on #7B84CD background.