COLOR #978FEB

HEX: #978FEB RGB: (151,143,235)

Color info

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

RGB color model

#978FEB color RGB value is (151,143,235).

RGB: (151,143,235) (59%, 56%, 92%)

RGB channels and saturation

R 151 of 255 = 59%
G 143 of 255 = 56%
B 235 of 255 = 92%

151
143
235

R + G + B ~ 69%. #978FEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 143 + 235 = 529 (100%)
R 151 of 529 ~ 28.54%
G 143 of 529 ~ 27.03%
B 235 of 529 ~ 44.42'%

%28.54
%27.03
%44.42

CMYK color model

#978FEB color CMYK value is (36,39,0,8).

  • cyan value is 35.74%
  • magenta value is 39.15%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (36,39,0,8)
C36M39Y0K8 (36%, 39%, 0%, 8%)
(0.36 / 0.39 / 0.00 / 0.08)

CMYK percentages

%35.74
%39.15
%0
%7.84

Codes

Color #978FEB in popluar color models

97 8F EB
RGB 151 143 235
HSL 245° 69.70% 74.12%
HSB/HSV 245° 39.15% 92.16%
CMYK 35.74% 39.15% 0.00%
7.84%

Color #978FEB in popluar number systems.

HEX 97 8F EB
Decimal 151 143 235
Binary 10010111 10001111 11101011
Octal 227 217 353

Shades and tints

Shades of #978FEB

#978FEB
(151,143,235)
#8A82D6
(138,130,214)
#7D75C1
(125,117,193)
#7068AC
(112,104,172)
#635B97
(99,91,151)
#564E82
(86,78,130)
#49416D
(73,65,109)
#3C3458
(60,52,88)
#2F2743
(47,39,67)
#221A2E
(34,26,46)
#150D19
(21,13,25)
#000000
(0,0,0)

Tints of #978FEB

#978FEB
(151,143,235)
#A099EC
(160,153,236)
#A9A3ED
(169,163,237)
#B2ADEE
(178,173,238)
#BBB7EF
(187,183,239)
#C4C1F0
(196,193,240)
#CDCBF1
(205,203,241)
#D6D5F2
(214,213,242)
#DFDFF3
(223,223,243)
#E8E9F4
(232,233,244)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978FEB color. Also use rgb(151,143,235) instead hex code.

Text Font Color

.myTextColor { color: #978FEB; }

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

This text font color is #978FEB.

Background Color

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

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

This div background color is #978FEB.

Border color

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

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

This div border color is #978FEB.

Opacity

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

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

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

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

This text has shadow with #978FEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978FEB.

Preview

Color preview on black background

This text has color #978FEB on black background.


Color preview on white background

This text has color #978FEB on white background.


Black color preview on #978FEB background

This text has black color on #978FEB background.


White color preview on #978FEB background

This text has white color on #978FEB background.


Related colors

Complementary color

Complementary color for #hex is #687014.


I love getcolorcode.com

Triadic colors

1 #EB978F and #8FEB97 with #978FEB are triadic colors.

2 #EB8F97 and #8F97EB with #978FEB are triadic colors.