COLOR #976EDB

HEX: #976EDB
RGB: (151,110,219)

Color info

#976EDB contains mainly blue color. Web safe color of #976EDB is #9966CC (or #96C).

RGB color model

#976EDB color RGB value is (151,110,219).

  • red value is 151;
  • green value is 110;
  • blue value is 219.
RGB:
(151,110,219)
(59%,43%,86%)

RGB channels and saturation

R 151 of 255 = 59%
G 110 of 255 = 43%
B 219 of 255 = 86%

151
110
219

R + G + B ~ 63%. #976EDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 110 + 219 = 480 (100%)
R 151 of 480 ~ 31.46%
G 110 of 480 ~ 22.92%
B 219 of 480 ~ 45.63%

%31.46
%22.92
%45.63

CMYK color model

#976EDB color CMYK value is (31,50,0,14).

  • cyan value is 31.05%
  • magenta value is 49.77%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(31,50,0,14)
C31M50Y0K14 
(31%,50%,0%,14%)
(0.31/0.50/0.00/0.14)	

CMYK percentages

%31.05
%49.77
%0
%14.12

Codes

Color #976EDB in popluar color models

976EDB
RGB151110219
HSL263°60.22%64.51%
HSB/HSV263°49.77%85.88%
CMYK31.05%49.77%0.00%
14.12%

Color #976EDB in popluar number systems.

HEX976EDB
Decimal151110219
Binary10010111110111011011011
Octal227156333

Shades and tints

Shades of #976EDB

#976EDB
(151,110,219)
#8A64C8
(138,100,200)
#7D5AB5
(125,90,181)
#7050A2
(112,80,162)
#63468F
(99,70,143)
#563C7C
(86,60,124)
#493269
(73,50,105)
#3C2856
(60,40,86)
#2F1E43
(47,30,67)
#221430
(34,20,48)
#150A1D
(21,10,29)
#000000
(0,0,0)

Tints of #976EDB

#976EDB
(151,110,219)
#A07BDE
(160,123,222)
#A988E1
(169,136,225)
#B295E4
(178,149,228)
#BBA2E7
(187,162,231)
#C4AFEA
(196,175,234)
#CDBCED
(205,188,237)
#D6C9F0
(214,201,240)
#DFD6F3
(223,214,243)
#E8E3F6
(232,227,246)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976EDB color. Also use rgb(151,110,219) instead hex code.

Text Font Color

.myTextColor { color: #976EDB; }

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

This text font color is #976EDB.


Background Color

.myBgColor { background-color: #976EDB; }

<div style="background-color:#976EDB">Inner text</div>

This div background color is #976EDB.


Border color

.myBorderColor { border: 1px solid #976EDB; }

<div style="border:3px solid #976EDB">Div</div>

This div border color is #976EDB.


Opacity

.myOpacity80 { color: #976EDB; opacity: 0.8; }

<p style="color:#976EDB;opacity:0.8;">80%</p>

Text with #976EDB 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 #976EDB;}

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

This text has shadow with #976EDB color.

.textShadow {text-shadow: 3px 3px 1px #976EDB, 3px 3px 1px red;}

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

This text has shadow with #976EDB primary color and red secondary color.


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

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

This text has shadow with #976EDB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976EDB on black background.


Color preview on white background

This text has color #976EDB on white background.



Black color preview on #976EDB background

This text has black color on #976EDB background.


White color preview on #976EDB background

This text has white color on #976EDB background.