COLOR #7B69CC

HEX: #7B69CC
RGB: (123,105,204)

Color info

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

RGB color model

#7B69CC color RGB value is (123,105,204).

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

RGB channels and saturation

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

123
105
204

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

Portions of RGB colors in percentages

R + G + B =
123 + 105 + 204 = 432 (100%)
R 123 of 432 ~ 28.47%
G 105 of 432 ~ 24.31%
B 204 of 432 ~ 47.22%

%28.47
%24.31
%47.22

CMYK color model

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

  • cyan value is 39.71%
  • magenta value is 48.53%
  • 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
%48.53
%0
%20

Codes

Color #7B69CC in popluar color models

7B69CC
RGB123105204
HSL251°49.25%60.59%
HSB/HSV251°48.53%80.00%
CMYK39.71%48.53%0.00%
20.00%

Color #7B69CC in popluar number systems.

HEX7B69CC
Decimal123105204
Binary1111011110100111001100
Octal173151314

Shades and tints

Shades of #7B69CC

#7B69CC
(123,105,204)
#7060BA
(112,96,186)
#6557A8
(101,87,168)
#5A4E96
(90,78,150)
#4F4584
(79,69,132)
#443C72
(68,60,114)
#393360
(57,51,96)
#2E2A4E
(46,42,78)
#23213C
(35,33,60)
#18182A
(24,24,42)
#0D0F18
(13,15,24)
#000000
(0,0,0)

Tints of #7B69CC

#7B69CC
(123,105,204)
#8776D0
(135,118,208)
#9383D4
(147,131,212)
#9F90D8
(159,144,216)
#AB9DDC
(171,157,220)
#B7AAE0
(183,170,224)
#C3B7E4
(195,183,228)
#CFC4E8
(207,196,232)
#DBD1EC
(219,209,236)
#E7DEF0
(231,222,240)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B69CC; }

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

This text font color is #7B69CC.


Background Color

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

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

This div background color is #7B69CC.


Border color

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

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

This div border color is #7B69CC.


Opacity

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

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

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

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

This text has shadow with #7B69CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B69CC on black background.


Color preview on white background

This text has color #7B69CC on white background.



Black color preview on #7B69CC background

This text has black color on #7B69CC background.


White color preview on #7B69CC background

This text has white color on #7B69CC background.