COLOR #979AFA

HEX: #979AFA
RGB: (151,154,250)

Color info

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

RGB color model

#979AFA color RGB value is (151,154,250).

  • red value is 151;
  • green value is 154;
  • blue value is 250.
RGB:
(151,154,250)
(59%,60%,98%)

RGB channels and saturation

R 151 of 255 = 59%
G 154 of 255 = 60%
B 250 of 255 = 98%

151
154
250

R + G + B ~ 72%. #979AFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 154 + 250 = 555 (100%)
R 151 of 555 ~ 27.21%
G 154 of 555 ~ 27.75%
B 250 of 555 ~ 45.05%

%27.21
%27.75
%45.05

CMYK color model

#979AFA color CMYK value is (40,38,0,2).

  • cyan value is 39.60%
  • magenta value is 38.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(40,38,0,2)
C40M38Y0K2 
(40%,38%,0%,2%)
(0.40/0.38/0.00/0.02)	

CMYK percentages

%39.6
%38.4
%0
%1.96

Codes

Color #979AFA in popluar color models

979AFA
RGB151154250
HSL238°90.83%78.63%
HSB/HSV238°39.60%98.04%
CMYK39.60%38.40%0.00%
1.96%

Color #979AFA in popluar number systems.

HEX979AFA
Decimal151154250
Binary100101111001101011111010
Octal227232372

Shades and tints

Shades of #979AFA

#979AFA
(151,154,250)
#8A8CE4
(138,140,228)
#7D7ECE
(125,126,206)
#7070B8
(112,112,184)
#6362A2
(99,98,162)
#56548C
(86,84,140)
#494676
(73,70,118)
#3C3860
(60,56,96)
#2F2A4A
(47,42,74)
#221C34
(34,28,52)
#150E1E
(21,14,30)
#000000
(0,0,0)

Tints of #979AFA

#979AFA
(151,154,250)
#A0A3FA
(160,163,250)
#A9ACFA
(169,172,250)
#B2B5FA
(178,181,250)
#BBBEFA
(187,190,250)
#C4C7FA
(196,199,250)
#CDD0FA
(205,208,250)
#D6D9FA
(214,217,250)
#DFE2FA
(223,226,250)
#E8EBFA
(232,235,250)
#F1F4FA
(241,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979AFA color. Also use rgb(151,154,250) instead hex code.

Text Font Color

.myTextColor { color: #979AFA; }

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

This text font color is #979AFA.


Background Color

.myBgColor { background-color: #979AFA; }

<div style="background-color:#979AFA">Inner text</div>

This div background color is #979AFA.


Border color

.myBorderColor { border: 1px solid #979AFA; }

<div style="border:3px solid #979AFA">Div</div>

This div border color is #979AFA.


Opacity

.myOpacity80 { color: #979AFA; opacity: 0.8; }

<p style="color:#979AFA;opacity:0.8;">80%</p>

Text with #979AFA 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 #979AFA;}

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

This text has shadow with #979AFA color.

.textShadow {text-shadow: 3px 3px 1px #979AFA, 3px 3px 1px red;}

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

This text has shadow with #979AFA primary color and red secondary color.


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

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

This text has shadow with #979AFA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979AFA on black background.


Color preview on white background

This text has color #979AFA on white background.



Black color preview on #979AFA background

This text has black color on #979AFA background.


White color preview on #979AFA background

This text has white color on #979AFA background.