COLOR #7F8DCC

HEX: #7F8DCC RGB: (127,141,204)

Color info

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

RGB color model

#7F8DCC color RGB value is (127,141,204).

RGB: (127,141,204) (50%, 55%, 80%)

RGB channels and saturation

R 127 of 255 = 50%
G 141 of 255 = 55%
B 204 of 255 = 80%

127
141
204

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

Portions of RGB colors in percentages

R + G + B = 127 + 141 + 204 = 472 (100%)
R 127 of 472 ~ 26.91%
G 141 of 472 ~ 29.87%
B 204 of 472 ~ 43.22'%

%26.91
%29.87
%43.22

CMYK color model

#7F8DCC color CMYK value is (38,31,0,20).

  • cyan value is 37.75%
  • magenta value is 30.88%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (38,31,0,20)
C38M31Y0K20 (38%, 31%, 0%, 20%)
(0.38 / 0.31 / 0.00 / 0.20)

CMYK percentages

%37.75
%30.88
%0
%20

Codes

Color #7F8DCC in popluar color models

7F 8D CC
RGB 127 141 204
HSL 229° 43.02% 64.90%
HSB/HSV 229° 37.75% 80.00%
CMYK 37.75% 30.88% 0.00%
20.00%

Color #7F8DCC in popluar number systems.

HEX 7F 8D CC
Decimal 127 141 204
Binary 1111111 10001101 11001100
Octal 177 215 314

Shades and tints

Shades of #7F8DCC

#7F8DCC
(127,141,204)
#7481BA
(116,129,186)
#6975A8
(105,117,168)
#5E6996
(94,105,150)
#535D84
(83,93,132)
#485172
(72,81,114)
#3D4560
(61,69,96)
#32394E
(50,57,78)
#272D3C
(39,45,60)
#1C212A
(28,33,42)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #7F8DCC

#7F8DCC
(127,141,204)
#8A97D0
(138,151,208)
#95A1D4
(149,161,212)
#A0ABD8
(160,171,216)
#ABB5DC
(171,181,220)
#B6BFE0
(182,191,224)
#C1C9E4
(193,201,228)
#CCD3E8
(204,211,232)
#D7DDEC
(215,221,236)
#E2E7F0
(226,231,240)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8DCC color. Also use rgb(127,141,204) instead hex code.

Text Font Color

.myTextColor { color: #7F8DCC; }

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

This text font color is #7F8DCC.

Background Color

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

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

This div background color is #7F8DCC.

Border color

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

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

This div border color is #7F8DCC.

Opacity

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

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

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

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

This text has shadow with #7F8DCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8DCC.

Preview

Color preview on black background

This text has color #7F8DCC on black background.


Color preview on white background

This text has color #7F8DCC on white background.


Black color preview on #7F8DCC background

This text has black color on #7F8DCC background.


White color preview on #7F8DCC background

This text has white color on #7F8DCC background.


Related colors

Complementary color

Complementary color for #hex is #807233.


I love getcolorcode.com

Triadic colors

1 #CC7F8D and #8DCC7F with #7F8DCC are triadic colors.

2 #CC8D7F and #8D7FCC with #7F8DCC are triadic colors.