COLOR #978AD9

HEX: #978AD9
RGB: (151,138,217)

Color info

#978AD9 contains mainly blue color. Web safe color of #978AD9 is #9999CC (or #99C).

RGB color model

#978AD9 color RGB value is (151,138,217).

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

RGB channels and saturation

R 151 of 255 = 59%
G 138 of 255 = 54%
B 217 of 255 = 85%

151
138
217

R + G + B ~ 66%. #978AD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 138 + 217 = 506 (100%)
R 151 of 506 ~ 29.84%
G 138 of 506 ~ 27.27%
B 217 of 506 ~ 42.89%

%29.84
%27.27
%42.89

CMYK color model

#978AD9 color CMYK value is (30,36,0,15).

  • cyan value is 30.41%
  • magenta value is 36.41%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(30,36,0,15)
C30M36Y0K15 
(30%,36%,0%,15%)
(0.30/0.36/0.00/0.15)	

CMYK percentages

%30.41
%36.41
%0
%14.9

Codes

Color #978AD9 in popluar color models

978AD9
RGB151138217
HSL250°50.97%69.61%
HSB/HSV250°36.41%85.10%
CMYK30.41%36.41%0.00%
14.90%

Color #978AD9 in popluar number systems.

HEX978AD9
Decimal151138217
Binary100101111000101011011001
Octal227212331

Shades and tints

Shades of #978AD9

#978AD9
(151,138,217)
#8A7EC6
(138,126,198)
#7D72B3
(125,114,179)
#7066A0
(112,102,160)
#635A8D
(99,90,141)
#564E7A
(86,78,122)
#494267
(73,66,103)
#3C3654
(60,54,84)
#2F2A41
(47,42,65)
#221E2E
(34,30,46)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #978AD9

#978AD9
(151,138,217)
#A094DC
(160,148,220)
#A99EDF
(169,158,223)
#B2A8E2
(178,168,226)
#BBB2E5
(187,178,229)
#C4BCE8
(196,188,232)
#CDC6EB
(205,198,235)
#D6D0EE
(214,208,238)
#DFDAF1
(223,218,241)
#E8E4F4
(232,228,244)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978AD9; }

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

This text font color is #978AD9.


Background Color

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

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

This div background color is #978AD9.


Border color

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

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

This div border color is #978AD9.


Opacity

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

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

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

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

This text has shadow with #978AD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978AD9 on black background.


Color preview on white background

This text has color #978AD9 on white background.



Black color preview on #978AD9 background

This text has black color on #978AD9 background.


White color preview on #978AD9 background

This text has white color on #978AD9 background.