COLOR #7F8BBC

HEX: #7F8BBC RGB: (127,139,188)

Color info

#7F8BBC contains mainly green and blue colors. Web safe color of #7F8BBC is #6699CC (or #69C).

RGB color model

#7F8BBC color RGB value is (127,139,188).

RGB: (127,139,188) (50%, 55%, 74%)

RGB channels and saturation

R 127 of 255 = 50%
G 139 of 255 = 55%
B 188 of 255 = 74%

127
139
188

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

Portions of RGB colors in percentages

R + G + B = 127 + 139 + 188 = 454 (100%)
R 127 of 454 ~ 27.97%
G 139 of 454 ~ 30.62%
B 188 of 454 ~ 41.41'%

%27.97
%30.62
%41.41

CMYK color model

#7F8BBC color CMYK value is (32,26,0,26).

  • cyan value is 32.45%
  • magenta value is 26.06%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (32,26,0,26) C32M26Y0K26 (32%,26%,0%,26%) (0.32/0.26/0.00/0.26) 

CMYK percentages

%32.45
%26.06
%0
%26.27

Codes

Color #7F8BBC in popluar color models

7F 8B BC
RGB 127 139 188
HSL 228° 31.28% 61.76%
HSB/HSV 228° 32.45% 73.73%
CMYK 32.45% 26.06% 0.00%
26.27%

Color #7F8BBC in popluar number systems.

HEX 7F 8B BC
Decimal 127 139 188
Binary 1111111 10001011 10111100
Octal 177 213 274

Shades and tints

Shades of #7F8BBC

#7F8BBC
(127,139,188)
#747FAB
(116,127,171)
#69739A
(105,115,154)
#5E6789
(94,103,137)
#535B78
(83,91,120)
#484F67
(72,79,103)
#3D4356
(61,67,86)
#323745
(50,55,69)
#272B34
(39,43,52)
#1C1F23
(28,31,35)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #7F8BBC

#7F8BBC
(127,139,188)
#8A95C2
(138,149,194)
#959FC8
(149,159,200)
#A0A9CE
(160,169,206)
#ABB3D4
(171,179,212)
#B6BDDA
(182,189,218)
#C1C7E0
(193,199,224)
#CCD1E6
(204,209,230)
#D7DBEC
(215,219,236)
#E2E5F2
(226,229,242)
#EDEFF8
(237,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8BBC color. Also use rgb(127,139,188) instead hex code.

Text Font Color

.myTextColor { color: #7F8BBC; }

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

This text font color is #7F8BBC.

Background Color

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

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

This div background color is #7F8BBC.

Border color

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

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

This div border color is #7F8BBC.

Opacity

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

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

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

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

This text has shadow with #7F8BBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8BBC.

Preview

Color preview on black background

This text has color #7F8BBC on black background.


Color preview on white background

This text has color #7F8BBC on white background.


Black color preview on #7F8BBC background

This text has black color on #7F8BBC background.


White color preview on #7F8BBC background

This text has white color on #7F8BBC background.


Related colors

Complementary color

Complementary color for #hex is #807443.


I love getcolorcode.com

Triadic colors

1 #BC7F8B and #8BBC7F with #7F8BBC are triadic colors.

2 #BC8B7F and #8B7FBC with #7F8BBC are triadic colors.