COLOR #7C84C8

HEX: #7C84C8 RGB: (124,132,200)

Color info

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

RGB color model

#7C84C8 color RGB value is (124,132,200).

RGB: (124,132,200) (49%, 52%, 78%)

RGB channels and saturation

R 124 of 255 = 49%
G 132 of 255 = 52%
B 200 of 255 = 78%

124
132
200

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

Portions of RGB colors in percentages

R + G + B = 124 + 132 + 200 = 456 (100%)
R 124 of 456 ~ 27.19%
G 132 of 456 ~ 28.95%
B 200 of 456 ~ 43.86'%

%27.19
%28.95
%43.86

CMYK color model

#7C84C8 color CMYK value is (38,34,0,22).

  • cyan value is 38.00%
  • magenta value is 34.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (38,34,0,22)
C38M34Y0K22 (38%, 34%, 0%, 22%)
(0.38 / 0.34 / 0.00 / 0.22)

CMYK percentages

%38
%34
%0
%21.57

Codes

Color #7C84C8 in popluar color models

7C 84 C8
RGB 124 132 200
HSL 234° 40.86% 63.53%
HSB/HSV 234° 38.00% 78.43%
CMYK 38.00% 34.00% 0.00%
21.57%

Color #7C84C8 in popluar number systems.

HEX 7C 84 C8
Decimal 124 132 200
Binary 1111100 10000100 11001000
Octal 174 204 310

Shades and tints

Shades of #7C84C8

#7C84C8
(124,132,200)
#7178B6
(113,120,182)
#666CA4
(102,108,164)
#5B6092
(91,96,146)
#505480
(80,84,128)
#45486E
(69,72,110)
#3A3C5C
(58,60,92)
#2F304A
(47,48,74)
#242438
(36,36,56)
#191826
(25,24,38)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #7C84C8

#7C84C8
(124,132,200)
#878FCD
(135,143,205)
#929AD2
(146,154,210)
#9DA5D7
(157,165,215)
#A8B0DC
(168,176,220)
#B3BBE1
(179,187,225)
#BEC6E6
(190,198,230)
#C9D1EB
(201,209,235)
#D4DCF0
(212,220,240)
#DFE7F5
(223,231,245)
#EAF2FA
(234,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C84C8; }

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

This text font color is #7C84C8.

Background Color

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

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

This div background color is #7C84C8.

Border color

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

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

This div border color is #7C84C8.

Opacity

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

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

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

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

This text has shadow with #7C84C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C84C8.

Preview

Color preview on black background

This text has color #7C84C8 on black background.


Color preview on white background

This text has color #7C84C8 on white background.


Black color preview on #7C84C8 background

This text has black color on #7C84C8 background.


White color preview on #7C84C8 background

This text has white color on #7C84C8 background.


Related colors

Complementary color

Complementary color for #hex is #837B37.


I love getcolorcode.com

Triadic colors

1 #C87C84 and #84C87C with #7C84C8 are triadic colors.

2 #C8847C and #847CC8 with #7C84C8 are triadic colors.