COLOR #7F87DE

HEX: #7F87DE
RGB: (127,135,222)

Color info

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

RGB color model

#7F87DE color RGB value is (127,135,222).

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

RGB channels and saturation

R 127 of 255 = 50%
G 135 of 255 = 53%
B 222 of 255 = 87%

127
135
222

R + G + B ~ 63%. #7F87DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 135 + 222 = 484 (100%)
R 127 of 484 ~ 26.24%
G 135 of 484 ~ 27.89%
B 222 of 484 ~ 45.87%

%26.24
%27.89
%45.87

CMYK color model

#7F87DE color CMYK value is (43,39,0,13).

  • cyan value is 42.79%
  • magenta value is 39.19%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(43,39,0,13)
C43M39Y0K13 
(43%,39%,0%,13%)
(0.43/0.39/0.00/0.13)	

CMYK percentages

%42.79
%39.19
%0
%12.94

Codes

Color #7F87DE in popluar color models

7F87DE
RGB127135222
HSL235°59.01%68.43%
HSB/HSV235°42.79%87.06%
CMYK42.79%39.19%0.00%
12.94%

Color #7F87DE in popluar number systems.

HEX7F87DE
Decimal127135222
Binary11111111000011111011110
Octal177207336

Shades and tints

Shades of #7F87DE

#7F87DE
(127,135,222)
#747BCA
(116,123,202)
#696FB6
(105,111,182)
#5E63A2
(94,99,162)
#53578E
(83,87,142)
#484B7A
(72,75,122)
#3D3F66
(61,63,102)
#323352
(50,51,82)
#27273E
(39,39,62)
#1C1B2A
(28,27,42)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #7F87DE

#7F87DE
(127,135,222)
#8A91E1
(138,145,225)
#959BE4
(149,155,228)
#A0A5E7
(160,165,231)
#ABAFEA
(171,175,234)
#B6B9ED
(182,185,237)
#C1C3F0
(193,195,240)
#CCCDF3
(204,205,243)
#D7D7F6
(215,215,246)
#E2E1F9
(226,225,249)
#EDEBFC
(237,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F87DE; }

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

This text font color is #7F87DE.


Background Color

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

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

This div background color is #7F87DE.


Border color

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

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

This div border color is #7F87DE.


Opacity

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

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

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

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

This text has shadow with #7F87DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F87DE on black background.


Color preview on white background

This text has color #7F87DE on white background.



Black color preview on #7F87DE background

This text has black color on #7F87DE background.


White color preview on #7F87DE background

This text has white color on #7F87DE background.