COLOR #7987FD

HEX: #7987FD
RGB: (121,135,253)

Color info

#7987FD contains mainly blue color. Web safe color of #7987FD is #6699FF (or #69F).

RGB color model

#7987FD color RGB value is (121,135,253).

  • red value is 121;
  • green value is 135;
  • blue value is 253.
RGB:
(121,135,253)
(47%,53%,99%)

RGB channels and saturation

R 121 of 255 = 47%
G 135 of 255 = 53%
B 253 of 255 = 99%

121
135
253

R + G + B ~ 66%. #7987FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 135 + 253 = 509 (100%)
R 121 of 509 ~ 23.77%
G 135 of 509 ~ 26.52%
B 253 of 509 ~ 49.71%

%23.77
%26.52
%49.71

CMYK color model

#7987FD color CMYK value is (52,47,0,1).

  • cyan value is 52.17%
  • magenta value is 46.64%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(52,47,0,1)
C52M47Y0K1 
(52%,47%,0%,1%)
(0.52/0.47/0.00/0.01)	

CMYK percentages

%52.17
%46.64
%0
%0.78

Codes

Color #7987FD in popluar color models

7987FD
RGB121135253
HSL234°97.06%73.33%
HSB/HSV234°52.17%99.22%
CMYK52.17%46.64%0.00%
0.78%

Color #7987FD in popluar number systems.

HEX7987FD
Decimal121135253
Binary11110011000011111111101
Octal171207375

Shades and tints

Shades of #7987FD

#7987FD
(121,135,253)
#6E7BE6
(110,123,230)
#636FCF
(99,111,207)
#5863B8
(88,99,184)
#4D57A1
(77,87,161)
#424B8A
(66,75,138)
#373F73
(55,63,115)
#2C335C
(44,51,92)
#212745
(33,39,69)
#161B2E
(22,27,46)
#0B0F17
(11,15,23)
#000000
(0,0,0)

Tints of #7987FD

#7987FD
(121,135,253)
#8591FD
(133,145,253)
#919BFD
(145,155,253)
#9DA5FD
(157,165,253)
#A9AFFD
(169,175,253)
#B5B9FD
(181,185,253)
#C1C3FD
(193,195,253)
#CDCDFD
(205,205,253)
#D9D7FD
(217,215,253)
#E5E1FD
(229,225,253)
#F1EBFD
(241,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7987FD color. Also use rgb(121,135,253) instead hex code.

Text Font Color

.myTextColor { color: #7987FD; }

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

This text font color is #7987FD.


Background Color

.myBgColor { background-color: #7987FD; }

<div style="background-color:#7987FD">Inner text</div>

This div background color is #7987FD.


Border color

.myBorderColor { border: 1px solid #7987FD; }

<div style="border:3px solid #7987FD">Div</div>

This div border color is #7987FD.


Opacity

.myOpacity80 { color: #7987FD; opacity: 0.8; }

<p style="color:#7987FD;opacity:0.8;">80%</p>

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

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

This text has shadow with #7987FD color.

.textShadow {text-shadow: 3px 3px 1px #7987FD, 3px 3px 1px red;}

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

This text has shadow with #7987FD primary color and red secondary color.


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

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

This text has shadow with #7987FD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7987FD on black background.


Color preview on white background

This text has color #7987FD on white background.



Black color preview on #7987FD background

This text has black color on #7987FD background.


White color preview on #7987FD background

This text has white color on #7987FD background.