COLOR #7C8FCF

HEX: #7C8FCF RGB: (124,143,207)

Color info

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

RGB color model

#7C8FCF color RGB value is (124,143,207).

RGB: (124,143,207) (49%, 56%, 81%)

RGB channels and saturation

R 124 of 255 = 49%
G 143 of 255 = 56%
B 207 of 255 = 81%

124
143
207

R + G + B ~ 62%. #7C8FCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 143 + 207 = 474 (100%)
R 124 of 474 ~ 26.16%
G 143 of 474 ~ 30.17%
B 207 of 474 ~ 43.67'%

%26.16
%30.17
%43.67

CMYK color model

#7C8FCF color CMYK value is (40,31,0,19).

  • cyan value is 40.10%
  • magenta value is 30.92%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (40,31,0,19)
C40M31Y0K19 (40%, 31%, 0%, 19%)
(0.40 / 0.31 / 0.00 / 0.19)

CMYK percentages

%40.1
%30.92
%0
%18.82

Codes

Color #7C8FCF in popluar color models

7C 8F CF
RGB 124 143 207
HSL 226° 46.37% 64.90%
HSB/HSV 226° 40.10% 81.18%
CMYK 40.10% 30.92% 0.00%
18.82%

Color #7C8FCF in popluar number systems.

HEX 7C 8F CF
Decimal 124 143 207
Binary 1111100 10001111 11001111
Octal 174 217 317

Shades and tints

Shades of #7C8FCF

#7C8FCF
(124,143,207)
#7182BD
(113,130,189)
#6675AB
(102,117,171)
#5B6899
(91,104,153)
#505B87
(80,91,135)
#454E75
(69,78,117)
#3A4163
(58,65,99)
#2F3451
(47,52,81)
#24273F
(36,39,63)
#191A2D
(25,26,45)
#0E0D1B
(14,13,27)
#000000
(0,0,0)

Tints of #7C8FCF

#7C8FCF
(124,143,207)
#8799D3
(135,153,211)
#92A3D7
(146,163,215)
#9DADDB
(157,173,219)
#A8B7DF
(168,183,223)
#B3C1E3
(179,193,227)
#BECBE7
(190,203,231)
#C9D5EB
(201,213,235)
#D4DFEF
(212,223,239)
#DFE9F3
(223,233,243)
#EAF3F7
(234,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8FCF; }

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

This text font color is #7C8FCF.

Background Color

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

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

This div background color is #7C8FCF.

Border color

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

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

This div border color is #7C8FCF.

Opacity

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

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

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

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

This text has shadow with #7C8FCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8FCF.

Preview

Color preview on black background

This text has color #7C8FCF on black background.


Color preview on white background

This text has color #7C8FCF on white background.


Black color preview on #7C8FCF background

This text has black color on #7C8FCF background.


White color preview on #7C8FCF background

This text has white color on #7C8FCF background.


Related colors

Complementary color

Complementary color for #hex is #837030.


I love getcolorcode.com

Triadic colors

1 #CF7C8F and #8FCF7C with #7C8FCF are triadic colors.

2 #CF8F7C and #8F7CCF with #7C8FCF are triadic colors.