COLOR #7B68CC

HEX: #7B68CC
RGB: (123,104,204)

Color info

#7B68CC contains mainly blue color. Web safe color of #7B68CC is #6666CC (or #66C).

RGB color model

#7B68CC color RGB value is (123,104,204).

  • red value is 123;
  • green value is 104;
  • blue value is 204.
RGB:
(123,104,204)
(48%,41%,80%)

RGB channels and saturation

R 123 of 255 = 48%
G 104 of 255 = 41%
B 204 of 255 = 80%

123
104
204

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

Portions of RGB colors in percentages

R + G + B =
123 + 104 + 204 = 431 (100%)
R 123 of 431 ~ 28.54%
G 104 of 431 ~ 24.13%
B 204 of 431 ~ 47.33%

%28.54
%24.13
%47.33

CMYK color model

#7B68CC color CMYK value is (40,49,0,20).

  • cyan value is 39.71%
  • magenta value is 49.02%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(40,49,0,20)
C40M49Y0K20 
(40%,49%,0%,20%)
(0.40/0.49/0.00/0.20)	

CMYK percentages

%39.71
%49.02
%0
%20

Codes

Color #7B68CC in popluar color models

7B68CC
RGB123104204
HSL251°49.50%60.39%
HSB/HSV251°49.02%80.00%
CMYK39.71%49.02%0.00%
20.00%

Color #7B68CC in popluar number systems.

HEX7B68CC
Decimal123104204
Binary1111011110100011001100
Octal173150314

Shades and tints

Shades of #7B68CC

#7B68CC
(123,104,204)
#705FBA
(112,95,186)
#6556A8
(101,86,168)
#5A4D96
(90,77,150)
#4F4484
(79,68,132)
#443B72
(68,59,114)
#393260
(57,50,96)
#2E294E
(46,41,78)
#23203C
(35,32,60)
#18172A
(24,23,42)
#0D0E18
(13,14,24)
#000000
(0,0,0)

Tints of #7B68CC

#7B68CC
(123,104,204)
#8775D0
(135,117,208)
#9382D4
(147,130,212)
#9F8FD8
(159,143,216)
#AB9CDC
(171,156,220)
#B7A9E0
(183,169,224)
#C3B6E4
(195,182,228)
#CFC3E8
(207,195,232)
#DBD0EC
(219,208,236)
#E7DDF0
(231,221,240)
#F3EAF4
(243,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B68CC color. Also use rgb(123,104,204) instead hex code.

Text Font Color

.myTextColor { color: #7B68CC; }

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

This text font color is #7B68CC.


Background Color

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

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

This div background color is #7B68CC.


Border color

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

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

This div border color is #7B68CC.


Opacity

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

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

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

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

This text has shadow with #7B68CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B68CC on black background.


Color preview on white background

This text has color #7B68CC on white background.



Black color preview on #7B68CC background

This text has black color on #7B68CC background.


White color preview on #7B68CC background

This text has white color on #7B68CC background.