COLOR #7C7CB8

HEX: #7C7CB8
RGB: (124,124,184)

Color info

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

RGB color model

#7C7CB8 color RGB value is (124,124,184).

  • red value is 124;
  • green value is 124;
  • blue value is 184.
RGB:
(124,124,184)
(49%,49%,72%)

RGB channels and saturation

R 124 of 255 = 49%
G 124 of 255 = 49%
B 184 of 255 = 72%

124
124
184

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

Portions of RGB colors in percentages

R + G + B =
124 + 124 + 184 = 432 (100%)
R 124 of 432 ~ 28.7%
G 124 of 432 ~ 28.7%
B 184 of 432 ~ 42.59%

%28.7
%28.7
%42.59

CMYK color model

#7C7CB8 color CMYK value is (33,33,0,28).

  • cyan value is 32.61%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(33,33,0,28)
C33M33Y0K28 
(33%,33%,0%,28%)
(0.33/0.33/0.00/0.28)	

CMYK percentages

%32.61
%32.61
%0
%27.84

Codes

Color #7C7CB8 in popluar color models

7C7CB8
RGB124124184
HSL240°29.70%60.39%
HSB/HSV240°32.61%72.16%
CMYK32.61%32.61%0.00%
27.84%

Color #7C7CB8 in popluar number systems.

HEX7C7CB8
Decimal124124184
Binary1111100111110010111000
Octal174174270

Shades and tints

Shades of #7C7CB8

#7C7CB8
(124,124,184)
#7171A8
(113,113,168)
#666698
(102,102,152)
#5B5B88
(91,91,136)
#505078
(80,80,120)
#454568
(69,69,104)
#3A3A58
(58,58,88)
#2F2F48
(47,47,72)
#242438
(36,36,56)
#191928
(25,25,40)
#0E0E18
(14,14,24)
#000000
(0,0,0)

Tints of #7C7CB8

#7C7CB8
(124,124,184)
#8787BE
(135,135,190)
#9292C4
(146,146,196)
#9D9DCA
(157,157,202)
#A8A8D0
(168,168,208)
#B3B3D6
(179,179,214)
#BEBEDC
(190,190,220)
#C9C9E2
(201,201,226)
#D4D4E8
(212,212,232)
#DFDFEE
(223,223,238)
#EAEAF4
(234,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7CB8 color. Also use rgb(124,124,184) instead hex code.

Text Font Color

.myTextColor { color: #7C7CB8; }

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

This text font color is #7C7CB8.


Background Color

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

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

This div background color is #7C7CB8.


Border color

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

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

This div border color is #7C7CB8.


Opacity

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

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

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

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

This text has shadow with #7C7CB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7CB8 on black background.


Color preview on white background

This text has color #7C7CB8 on white background.



Black color preview on #7C7CB8 background

This text has black color on #7C7CB8 background.


White color preview on #7C7CB8 background

This text has white color on #7C7CB8 background.