COLOR #8087F9

HEX: #8087F9
RGB: (128,135,249)

Color info

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

RGB color model

#8087F9 color RGB value is (128,135,249).

  • red value is 128;
  • green value is 135;
  • blue value is 249.
RGB:
(128,135,249)
(50%,53%,98%)

RGB channels and saturation

R 128 of 255 = 50%
G 135 of 255 = 53%
B 249 of 255 = 98%

128
135
249

R + G + B ~ 67%. #8087F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 135 + 249 = 512 (100%)
R 128 of 512 ~ 25%
G 135 of 512 ~ 26.37%
B 249 of 512 ~ 48.63%

%25
%26.37
%48.63

CMYK color model

#8087F9 color CMYK value is (49,46,0,2).

  • cyan value is 48.59%
  • magenta value is 45.78%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(49,46,0,2)
C49M46Y0K2 
(49%,46%,0%,2%)
(0.49/0.46/0.00/0.02)	

CMYK percentages

%48.59
%45.78
%0
%2.35

Codes

Color #8087F9 in popluar color models

8087F9
RGB128135249
HSL237°90.98%73.92%
HSB/HSV237°48.59%97.65%
CMYK48.59%45.78%0.00%
2.35%

Color #8087F9 in popluar number systems.

HEX8087F9
Decimal128135249
Binary100000001000011111111001
Octal200207371

Shades and tints

Shades of #8087F9

#8087F9
(128,135,249)
#757BE3
(117,123,227)
#6A6FCD
(106,111,205)
#5F63B7
(95,99,183)
#5457A1
(84,87,161)
#494B8B
(73,75,139)
#3E3F75
(62,63,117)
#33335F
(51,51,95)
#282749
(40,39,73)
#1D1B33
(29,27,51)
#120F1D
(18,15,29)
#000000
(0,0,0)

Tints of #8087F9

#8087F9
(128,135,249)
#8B91F9
(139,145,249)
#969BF9
(150,155,249)
#A1A5F9
(161,165,249)
#ACAFF9
(172,175,249)
#B7B9F9
(183,185,249)
#C2C3F9
(194,195,249)
#CDCDF9
(205,205,249)
#D8D7F9
(216,215,249)
#E3E1F9
(227,225,249)
#EEEBF9
(238,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8087F9 color. Also use rgb(128,135,249) instead hex code.

Text Font Color

.myTextColor { color: #8087F9; }

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

This text font color is #8087F9.


Background Color

.myBgColor { background-color: #8087F9; }

<div style="background-color:#8087F9">Inner text</div>

This div background color is #8087F9.


Border color

.myBorderColor { border: 1px solid #8087F9; }

<div style="border:3px solid #8087F9">Div</div>

This div border color is #8087F9.


Opacity

.myOpacity80 { color: #8087F9; opacity: 0.8; }

<p style="color:#8087F9;opacity:0.8;">80%</p>

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

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

This text has shadow with #8087F9 color.

.textShadow {text-shadow: 3px 3px 1px #8087F9, 3px 3px 1px red;}

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

This text has shadow with #8087F9 primary color and red secondary color.


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

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

This text has shadow with #8087F9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8087F9 on black background.


Color preview on white background

This text has color #8087F9 on white background.



Black color preview on #8087F9 background

This text has black color on #8087F9 background.


White color preview on #8087F9 background

This text has white color on #8087F9 background.