COLOR #978AFB

HEX: #978AFB
RGB: (151,138,251)

Color info

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

RGB color model

#978AFB color RGB value is (151,138,251).

  • red value is 151;
  • green value is 138;
  • blue value is 251.
RGB:
(151,138,251)
(59%,54%,98%)

RGB channels and saturation

R 151 of 255 = 59%
G 138 of 255 = 54%
B 251 of 255 = 98%

151
138
251

R + G + B ~ 70%. #978AFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 138 + 251 = 540 (100%)
R 151 of 540 ~ 27.96%
G 138 of 540 ~ 25.56%
B 251 of 540 ~ 46.48%

%27.96
%25.56
%46.48

CMYK color model

#978AFB color CMYK value is (40,45,0,2).

  • cyan value is 39.84%
  • magenta value is 45.02%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(40,45,0,2)
C40M45Y0K2 
(40%,45%,0%,2%)
(0.40/0.45/0.00/0.02)	

CMYK percentages

%39.84
%45.02
%0
%1.57

Codes

Color #978AFB in popluar color models

978AFB
RGB151138251
HSL247°93.39%76.27%
HSB/HSV247°45.02%98.43%
CMYK39.84%45.02%0.00%
1.57%

Color #978AFB in popluar number systems.

HEX978AFB
Decimal151138251
Binary100101111000101011111011
Octal227212373

Shades and tints

Shades of #978AFB

#978AFB
(151,138,251)
#8A7EE5
(138,126,229)
#7D72CF
(125,114,207)
#7066B9
(112,102,185)
#635AA3
(99,90,163)
#564E8D
(86,78,141)
#494277
(73,66,119)
#3C3661
(60,54,97)
#2F2A4B
(47,42,75)
#221E35
(34,30,53)
#15121F
(21,18,31)
#000000
(0,0,0)

Tints of #978AFB

#978AFB
(151,138,251)
#A094FB
(160,148,251)
#A99EFB
(169,158,251)
#B2A8FB
(178,168,251)
#BBB2FB
(187,178,251)
#C4BCFB
(196,188,251)
#CDC6FB
(205,198,251)
#D6D0FB
(214,208,251)
#DFDAFB
(223,218,251)
#E8E4FB
(232,228,251)
#F1EEFB
(241,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978AFB color. Also use rgb(151,138,251) instead hex code.

Text Font Color

.myTextColor { color: #978AFB; }

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

This text font color is #978AFB.


Background Color

.myBgColor { background-color: #978AFB; }

<div style="background-color:#978AFB">Inner text</div>

This div background color is #978AFB.


Border color

.myBorderColor { border: 1px solid #978AFB; }

<div style="border:3px solid #978AFB">Div</div>

This div border color is #978AFB.


Opacity

.myOpacity80 { color: #978AFB; opacity: 0.8; }

<p style="color:#978AFB;opacity:0.8;">80%</p>

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

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

This text has shadow with #978AFB color.

.textShadow {text-shadow: 3px 3px 1px #978AFB, 3px 3px 1px red;}

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

This text has shadow with #978AFB primary color and red secondary color.


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

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

This text has shadow with #978AFB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978AFB on black background.


Color preview on white background

This text has color #978AFB on white background.



Black color preview on #978AFB background

This text has black color on #978AFB background.


White color preview on #978AFB background

This text has white color on #978AFB background.