COLOR #7F85F7

HEX: #7F85F7
RGB: (127,133,247)

Color info

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

RGB color model

#7F85F7 color RGB value is (127,133,247).

  • red value is 127;
  • green value is 133;
  • blue value is 247.
RGB:
(127,133,247)
(50%,52%,97%)

RGB channels and saturation

R 127 of 255 = 50%
G 133 of 255 = 52%
B 247 of 255 = 97%

127
133
247

R + G + B ~ 66%. #7F85F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 133 + 247 = 507 (100%)
R 127 of 507 ~ 25.05%
G 133 of 507 ~ 26.23%
B 247 of 507 ~ 48.72%

%25.05
%26.23
%48.72

CMYK color model

#7F85F7 color CMYK value is (49,46,0,3).

  • cyan value is 48.58%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(49,46,0,3)
C49M46Y0K3 
(49%,46%,0%,3%)
(0.49/0.46/0.00/0.03)	

CMYK percentages

%48.58
%46.15
%0
%3.14

Codes

Color #7F85F7 in popluar color models

7F85F7
RGB127133247
HSL237°88.24%73.33%
HSB/HSV237°48.58%96.86%
CMYK48.58%46.15%0.00%
3.14%

Color #7F85F7 in popluar number systems.

HEX7F85F7
Decimal127133247
Binary11111111000010111110111
Octal177205367

Shades and tints

Shades of #7F85F7

#7F85F7
(127,133,247)
#7479E1
(116,121,225)
#696DCB
(105,109,203)
#5E61B5
(94,97,181)
#53559F
(83,85,159)
#484989
(72,73,137)
#3D3D73
(61,61,115)
#32315D
(50,49,93)
#272547
(39,37,71)
#1C1931
(28,25,49)
#110D1B
(17,13,27)
#000000
(0,0,0)

Tints of #7F85F7

#7F85F7
(127,133,247)
#8A90F7
(138,144,247)
#959BF7
(149,155,247)
#A0A6F7
(160,166,247)
#ABB1F7
(171,177,247)
#B6BCF7
(182,188,247)
#C1C7F7
(193,199,247)
#CCD2F7
(204,210,247)
#D7DDF7
(215,221,247)
#E2E8F7
(226,232,247)
#EDF3F7
(237,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F85F7 color. Also use rgb(127,133,247) instead hex code.

Text Font Color

.myTextColor { color: #7F85F7; }

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

This text font color is #7F85F7.


Background Color

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

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

This div background color is #7F85F7.


Border color

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

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

This div border color is #7F85F7.


Opacity

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

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

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

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

This text has shadow with #7F85F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F85F7 on black background.


Color preview on white background

This text has color #7F85F7 on white background.



Black color preview on #7F85F7 background

This text has black color on #7F85F7 background.


White color preview on #7F85F7 background

This text has white color on #7F85F7 background.