COLOR #979AED

HEX: #979AED RGB: (151,154,237)

Color info

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

RGB color model

#979AED color RGB value is (151,154,237).

RGB: (151,154,237) (59%, 60%, 93%)

RGB channels and saturation

R 151 of 255 = 59%
G 154 of 255 = 60%
B 237 of 255 = 93%

151
154
237

R + G + B ~ 71%. #979AED is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 154 + 237 = 542 (100%)
R 151 of 542 ~ 27.86%
G 154 of 542 ~ 28.41%
B 237 of 542 ~ 43.73'%

%27.86
%28.41
%43.73

CMYK color model

#979AED color CMYK value is (36,35,0,7).

  • cyan value is 36.29%
  • magenta value is 35.02%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (36,35,0,7)
C36M35Y0K7 (36%, 35%, 0%, 7%)
(0.36 / 0.35 / 0.00 / 0.07)

CMYK percentages

%36.29
%35.02
%0
%7.06

Codes

Color #979AED in popluar color models

97 9A ED
RGB 151 154 237
HSL 238° 70.49% 76.08%
HSB/HSV 238° 36.29% 92.94%
CMYK 36.29% 35.02% 0.00%
7.06%

Color #979AED in popluar number systems.

HEX 97 9A ED
Decimal 151 154 237
Binary 10010111 10011010 11101101
Octal 227 232 355

Shades and tints

Shades of #979AED

#979AED
(151,154,237)
#8A8CD8
(138,140,216)
#7D7EC3
(125,126,195)
#7070AE
(112,112,174)
#636299
(99,98,153)
#565484
(86,84,132)
#49466F
(73,70,111)
#3C385A
(60,56,90)
#2F2A45
(47,42,69)
#221C30
(34,28,48)
#150E1B
(21,14,27)
#000000
(0,0,0)

Tints of #979AED

#979AED
(151,154,237)
#A0A3EE
(160,163,238)
#A9ACEF
(169,172,239)
#B2B5F0
(178,181,240)
#BBBEF1
(187,190,241)
#C4C7F2
(196,199,242)
#CDD0F3
(205,208,243)
#D6D9F4
(214,217,244)
#DFE2F5
(223,226,245)
#E8EBF6
(232,235,246)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979AED; }

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

This text font color is #979AED.

Background Color

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

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

This div background color is #979AED.

Border color

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

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

This div border color is #979AED.

Opacity

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

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

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

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

This text has shadow with #979AED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979AED.

Preview

Color preview on black background

This text has color #979AED on black background.


Color preview on white background

This text has color #979AED on white background.


Black color preview on #979AED background

This text has black color on #979AED background.


White color preview on #979AED background

This text has white color on #979AED background.


Related colors

Complementary color

Complementary color for #hex is #686512.


I love getcolorcode.com

Triadic colors

1 #ED979A and #9AED97 with #979AED are triadic colors.

2 #ED9A97 and #9A97ED with #979AED are triadic colors.