COLOR #7F87BD

HEX: #7F87BD
RGB: (127,135,189)

Color info

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

RGB color model

#7F87BD color RGB value is (127,135,189).

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

RGB channels and saturation

R 127 of 255 = 50%
G 135 of 255 = 53%
B 189 of 255 = 74%

127
135
189

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

Portions of RGB colors in percentages

R + G + B =
127 + 135 + 189 = 451 (100%)
R 127 of 451 ~ 28.16%
G 135 of 451 ~ 29.93%
B 189 of 451 ~ 41.91%

%28.16
%29.93
%41.91

CMYK color model

#7F87BD color CMYK value is (33,29,0,26).

  • cyan value is 32.80%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(33,29,0,26)
C33M29Y0K26 
(33%,29%,0%,26%)
(0.33/0.29/0.00/0.26)	

CMYK percentages

%32.8
%28.57
%0
%25.88

Codes

Color #7F87BD in popluar color models

7F87BD
RGB127135189
HSL232°31.96%61.96%
HSB/HSV232°32.80%74.12%
CMYK32.80%28.57%0.00%
25.88%

Color #7F87BD in popluar number systems.

HEX7F87BD
Decimal127135189
Binary11111111000011110111101
Octal177207275

Shades and tints

Shades of #7F87BD

#7F87BD
(127,135,189)
#747BAC
(116,123,172)
#696F9B
(105,111,155)
#5E638A
(94,99,138)
#535779
(83,87,121)
#484B68
(72,75,104)
#3D3F57
(61,63,87)
#323346
(50,51,70)
#272735
(39,39,53)
#1C1B24
(28,27,36)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #7F87BD

#7F87BD
(127,135,189)
#8A91C3
(138,145,195)
#959BC9
(149,155,201)
#A0A5CF
(160,165,207)
#ABAFD5
(171,175,213)
#B6B9DB
(182,185,219)
#C1C3E1
(193,195,225)
#CCCDE7
(204,205,231)
#D7D7ED
(215,215,237)
#E2E1F3
(226,225,243)
#EDEBF9
(237,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F87BD; }

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

This text font color is #7F87BD.


Background Color

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

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

This div background color is #7F87BD.


Border color

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

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

This div border color is #7F87BD.


Opacity

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

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

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

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

This text has shadow with #7F87BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F87BD on black background.


Color preview on white background

This text has color #7F87BD on white background.



Black color preview on #7F87BD background

This text has black color on #7F87BD background.


White color preview on #7F87BD background

This text has white color on #7F87BD background.