COLOR #7F87CC

HEX: #7F87CC
RGB: (127,135,204)

Color info

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

RGB color model

#7F87CC color RGB value is (127,135,204).

  • red value is 127;
  • green value is 135;
  • blue value is 204.
RGB:
(127,135,204)
(50%,53%,80%)

RGB channels and saturation

R 127 of 255 = 50%
G 135 of 255 = 53%
B 204 of 255 = 80%

127
135
204

R + G + B ~ 61%. #7F87CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 135 + 204 = 466 (100%)
R 127 of 466 ~ 27.25%
G 135 of 466 ~ 28.97%
B 204 of 466 ~ 43.78%

%27.25
%28.97
%43.78

CMYK color model

#7F87CC color CMYK value is (38,34,0,20).

  • cyan value is 37.75%
  • magenta value is 33.82%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(38,34,0,20)
C38M34Y0K20 
(38%,34%,0%,20%)
(0.38/0.34/0.00/0.20)	

CMYK percentages

%37.75
%33.82
%0
%20

Codes

Color #7F87CC in popluar color models

7F87CC
RGB127135204
HSL234°43.02%64.90%
HSB/HSV234°37.75%80.00%
CMYK37.75%33.82%0.00%
20.00%

Color #7F87CC in popluar number systems.

HEX7F87CC
Decimal127135204
Binary11111111000011111001100
Octal177207314

Shades and tints

Shades of #7F87CC

#7F87CC
(127,135,204)
#747BBA
(116,123,186)
#696FA8
(105,111,168)
#5E6396
(94,99,150)
#535784
(83,87,132)
#484B72
(72,75,114)
#3D3F60
(61,63,96)
#32334E
(50,51,78)
#27273C
(39,39,60)
#1C1B2A
(28,27,42)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #7F87CC

#7F87CC
(127,135,204)
#8A91D0
(138,145,208)
#959BD4
(149,155,212)
#A0A5D8
(160,165,216)
#ABAFDC
(171,175,220)
#B6B9E0
(182,185,224)
#C1C3E4
(193,195,228)
#CCCDE8
(204,205,232)
#D7D7EC
(215,215,236)
#E2E1F0
(226,225,240)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F87CC; }

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

This text font color is #7F87CC.


Background Color

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

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

This div background color is #7F87CC.


Border color

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

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

This div border color is #7F87CC.


Opacity

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

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

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

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

This text has shadow with #7F87CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F87CC on black background.


Color preview on white background

This text has color #7F87CC on white background.



Black color preview on #7F87CC background

This text has black color on #7F87CC background.


White color preview on #7F87CC background

This text has white color on #7F87CC background.