COLOR #978BDB

HEX: #978BDB RGB: (151,139,219)

Color info

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

RGB color model

#978BDB color RGB value is (151,139,219).

RGB: (151,139,219) (59%, 55%, 86%)

RGB channels and saturation

R 151 of 255 = 59%
G 139 of 255 = 55%
B 219 of 255 = 86%

151
139
219

R + G + B ~ 67%. #978BDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 139 + 219 = 509 (100%)
R 151 of 509 ~ 29.67%
G 139 of 509 ~ 27.31%
B 219 of 509 ~ 43.03'%

%29.67
%27.31
%43.03

CMYK color model

#978BDB color CMYK value is (31,37,0,14).

  • cyan value is 31.05%
  • magenta value is 36.53%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (31,37,0,14)
C31M37Y0K14 (31%, 37%, 0%, 14%)
(0.31 / 0.37 / 0.00 / 0.14)

CMYK percentages

%31.05
%36.53
%0
%14.12

Codes

Color #978BDB in popluar color models

97 8B DB
RGB 151 139 219
HSL 249° 52.63% 70.20%
HSB/HSV 249° 36.53% 85.88%
CMYK 31.05% 36.53% 0.00%
14.12%

Color #978BDB in popluar number systems.

HEX 97 8B DB
Decimal 151 139 219
Binary 10010111 10001011 11011011
Octal 227 213 333

Shades and tints

Shades of #978BDB

#978BDB
(151,139,219)
#8A7FC8
(138,127,200)
#7D73B5
(125,115,181)
#7067A2
(112,103,162)
#635B8F
(99,91,143)
#564F7C
(86,79,124)
#494369
(73,67,105)
#3C3756
(60,55,86)
#2F2B43
(47,43,67)
#221F30
(34,31,48)
#15131D
(21,19,29)
#000000
(0,0,0)

Tints of #978BDB

#978BDB
(151,139,219)
#A095DE
(160,149,222)
#A99FE1
(169,159,225)
#B2A9E4
(178,169,228)
#BBB3E7
(187,179,231)
#C4BDEA
(196,189,234)
#CDC7ED
(205,199,237)
#D6D1F0
(214,209,240)
#DFDBF3
(223,219,243)
#E8E5F6
(232,229,246)
#F1EFF9
(241,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978BDB color. Also use rgb(151,139,219) instead hex code.

Text Font Color

.myTextColor { color: #978BDB; }

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

This text font color is #978BDB.

Background Color

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

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

This div background color is #978BDB.

Border color

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

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

This div border color is #978BDB.

Opacity

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

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

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

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

This text has shadow with #978BDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978BDB.

Preview

Color preview on black background

This text has color #978BDB on black background.


Color preview on white background

This text has color #978BDB on white background.


Black color preview on #978BDB background

This text has black color on #978BDB background.


White color preview on #978BDB background

This text has white color on #978BDB background.


Related colors

Complementary color

Complementary color for #hex is #687424.


I love getcolorcode.com

Triadic colors

1 #DB978B and #8BDB97 with #978BDB are triadic colors.

2 #DB8B97 and #8B97DB with #978BDB are triadic colors.