COLOR #7F84E8

HEX: #7F84E8
RGB: (127,132,232)

Color info

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

RGB color model

#7F84E8 color RGB value is (127,132,232).

  • red value is 127;
  • green value is 132;
  • blue value is 232.
RGB:
(127,132,232)
(50%,52%,91%)

RGB channels and saturation

R 127 of 255 = 50%
G 132 of 255 = 52%
B 232 of 255 = 91%

127
132
232

R + G + B ~ 64%. #7F84E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 132 + 232 = 491 (100%)
R 127 of 491 ~ 25.87%
G 132 of 491 ~ 26.88%
B 232 of 491 ~ 47.25%

%25.87
%26.88
%47.25

CMYK color model

#7F84E8 color CMYK value is (45,43,0,9).

  • cyan value is 45.26%
  • magenta value is 43.10%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(45,43,0,9)
C45M43Y0K9 
(45%,43%,0%,9%)
(0.45/0.43/0.00/0.09)	

CMYK percentages

%45.26
%43.1
%0
%9.02

Codes

Color #7F84E8 in popluar color models

7F84E8
RGB127132232
HSL237°69.54%70.39%
HSB/HSV237°45.26%90.98%
CMYK45.26%43.10%0.00%
9.02%

Color #7F84E8 in popluar number systems.

HEX7F84E8
Decimal127132232
Binary11111111000010011101000
Octal177204350

Shades and tints

Shades of #7F84E8

#7F84E8
(127,132,232)
#7478D3
(116,120,211)
#696CBE
(105,108,190)
#5E60A9
(94,96,169)
#535494
(83,84,148)
#48487F
(72,72,127)
#3D3C6A
(61,60,106)
#323055
(50,48,85)
#272440
(39,36,64)
#1C182B
(28,24,43)
#110C16
(17,12,22)
#000000
(0,0,0)

Tints of #7F84E8

#7F84E8
(127,132,232)
#8A8FEA
(138,143,234)
#959AEC
(149,154,236)
#A0A5EE
(160,165,238)
#ABB0F0
(171,176,240)
#B6BBF2
(182,187,242)
#C1C6F4
(193,198,244)
#CCD1F6
(204,209,246)
#D7DCF8
(215,220,248)
#E2E7FA
(226,231,250)
#EDF2FC
(237,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F84E8 color. Also use rgb(127,132,232) instead hex code.

Text Font Color

.myTextColor { color: #7F84E8; }

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

This text font color is #7F84E8.


Background Color

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

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

This div background color is #7F84E8.


Border color

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

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

This div border color is #7F84E8.


Opacity

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

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

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

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

This text has shadow with #7F84E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F84E8 on black background.


Color preview on white background

This text has color #7F84E8 on white background.



Black color preview on #7F84E8 background

This text has black color on #7F84E8 background.


White color preview on #7F84E8 background

This text has white color on #7F84E8 background.