COLOR #8997FD

HEX: #8997FD
RGB: (137,151,253)

Color info

#8997FD contains mainly blue color. Web safe color of #8997FD is #9999FF (or #99F).

RGB color model

#8997FD color RGB value is (137,151,253).

  • red value is 137;
  • green value is 151;
  • blue value is 253.
RGB:
(137,151,253)
(54%,59%,99%)

RGB channels and saturation

R 137 of 255 = 54%
G 151 of 255 = 59%
B 253 of 255 = 99%

137
151
253

R + G + B ~ 71%. #8997FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 151 + 253 = 541 (100%)
R 137 of 541 ~ 25.32%
G 151 of 541 ~ 27.91%
B 253 of 541 ~ 46.77%

%25.32
%27.91
%46.77

CMYK color model

#8997FD color CMYK value is (46,40,0,1).

  • cyan value is 45.85%
  • magenta value is 40.32%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(46,40,0,1)
C46M40Y0K1 
(46%,40%,0%,1%)
(0.46/0.40/0.00/0.01)	

CMYK percentages

%45.85
%40.32
%0
%0.78

Codes

Color #8997FD in popluar color models

8997FD
RGB137151253
HSL233°96.67%76.47%
HSB/HSV233°45.85%99.22%
CMYK45.85%40.32%0.00%
0.78%

Color #8997FD in popluar number systems.

HEX8997FD
Decimal137151253
Binary100010011001011111111101
Octal211227375

Shades and tints

Shades of #8997FD

#8997FD
(137,151,253)
#7D8AE6
(125,138,230)
#717DCF
(113,125,207)
#6570B8
(101,112,184)
#5963A1
(89,99,161)
#4D568A
(77,86,138)
#414973
(65,73,115)
#353C5C
(53,60,92)
#292F45
(41,47,69)
#1D222E
(29,34,46)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #8997FD

#8997FD
(137,151,253)
#93A0FD
(147,160,253)
#9DA9FD
(157,169,253)
#A7B2FD
(167,178,253)
#B1BBFD
(177,187,253)
#BBC4FD
(187,196,253)
#C5CDFD
(197,205,253)
#CFD6FD
(207,214,253)
#D9DFFD
(217,223,253)
#E3E8FD
(227,232,253)
#EDF1FD
(237,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8997FD color. Also use rgb(137,151,253) instead hex code.

Text Font Color

.myTextColor { color: #8997FD; }

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

This text font color is #8997FD.


Background Color

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

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

This div background color is #8997FD.


Border color

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

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

This div border color is #8997FD.


Opacity

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

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

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

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

This text has shadow with #8997FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8997FD on black background.


Color preview on white background

This text has color #8997FD on white background.



Black color preview on #8997FD background

This text has black color on #8997FD background.


White color preview on #8997FD background

This text has white color on #8997FD background.