COLOR #7B68CB

HEX: #7B68CB RGB: (123,104,203)

Color info

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

RGB color model

#7B68CB color RGB value is (123,104,203).

RGB: (123,104,203) (48%, 41%, 80%)

RGB channels and saturation

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

123
104
203

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

Portions of RGB colors in percentages

R + G + B = 123 + 104 + 203 = 430 (100%)
R 123 of 430 ~ 28.6%
G 104 of 430 ~ 24.19%
B 203 of 430 ~ 47.21'%

%28.6
%24.19
%47.21

CMYK color model

#7B68CB color CMYK value is (39,49,0,20).

  • cyan value is 39.41%
  • magenta value is 48.77%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (39,49,0,20)
C39M49Y0K20 (39%, 49%, 0%, 20%)
(0.39 / 0.49 / 0.00 / 0.20)

CMYK percentages

%39.41
%48.77
%0
%20.39

Codes

Color #7B68CB in popluar color models

7B 68 CB
RGB 123 104 203
HSL 252° 48.77% 60.20%
HSB/HSV 252° 48.77% 79.61%
CMYK 39.41% 48.77% 0.00%
20.39%

Color #7B68CB in popluar number systems.

HEX 7B 68 CB
Decimal 123 104 203
Binary 1111011 1101000 11001011
Octal 173 150 313

Shades and tints

Shades of #7B68CB

#7B68CB
(123,104,203)
#705FB9
(112,95,185)
#6556A7
(101,86,167)
#5A4D95
(90,77,149)
#4F4483
(79,68,131)
#443B71
(68,59,113)
#39325F
(57,50,95)
#2E294D
(46,41,77)
#23203B
(35,32,59)
#181729
(24,23,41)
#0D0E17
(13,14,23)
#000000
(0,0,0)

Tints of #7B68CB

#7B68CB
(123,104,203)
#8775CF
(135,117,207)
#9382D3
(147,130,211)
#9F8FD7
(159,143,215)
#AB9CDB
(171,156,219)
#B7A9DF
(183,169,223)
#C3B6E3
(195,182,227)
#CFC3E7
(207,195,231)
#DBD0EB
(219,208,235)
#E7DDEF
(231,221,239)
#F3EAF3
(243,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B68CB; }

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

This text font color is #7B68CB.

Background Color

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

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

This div background color is #7B68CB.

Border color

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

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

This div border color is #7B68CB.

Opacity

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

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

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

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

This text has shadow with #7B68CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B68CB.

Preview

Color preview on black background

This text has color #7B68CB on black background.


Color preview on white background

This text has color #7B68CB on white background.


Black color preview on #7B68CB background

This text has black color on #7B68CB background.


White color preview on #7B68CB background

This text has white color on #7B68CB background.


Related colors

Complementary color

Complementary color for #hex is #849734.


I love getcolorcode.com

Triadic colors

1 #CB7B68 and #68CB7B with #7B68CB are triadic colors.

2 #CB687B and #687BCB with #7B68CB are triadic colors.