COLOR #976FD8

HEX: #976FD8 RGB: (151,111,216)

Color info

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

RGB color model

#976FD8 color RGB value is (151,111,216).

RGB: (151,111,216) (59%, 44%, 85%)

RGB channels and saturation

R 151 of 255 = 59%
G 111 of 255 = 44%
B 216 of 255 = 85%

151
111
216

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

Portions of RGB colors in percentages

R + G + B = 151 + 111 + 216 = 478 (100%)
R 151 of 478 ~ 31.59%
G 111 of 478 ~ 23.22%
B 216 of 478 ~ 45.19'%

%31.59
%23.22
%45.19

CMYK color model

#976FD8 color CMYK value is (30,49,0,15).

  • cyan value is 30.09%
  • magenta value is 48.61%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (30,49,0,15)
C30M49Y0K15 (30%, 49%, 0%, 15%)
(0.30 / 0.49 / 0.00 / 0.15)

CMYK percentages

%30.09
%48.61
%0
%15.29

Codes

Color #976FD8 in popluar color models

97 6F D8
RGB 151 111 216
HSL 263° 57.38% 64.12%
HSB/HSV 263° 48.61% 84.71%
CMYK 30.09% 48.61% 0.00%
15.29%

Color #976FD8 in popluar number systems.

HEX 97 6F D8
Decimal 151 111 216
Binary 10010111 1101111 11011000
Octal 227 157 330

Shades and tints

Shades of #976FD8

#976FD8
(151,111,216)
#8A65C5
(138,101,197)
#7D5BB2
(125,91,178)
#70519F
(112,81,159)
#63478C
(99,71,140)
#563D79
(86,61,121)
#493366
(73,51,102)
#3C2953
(60,41,83)
#2F1F40
(47,31,64)
#22152D
(34,21,45)
#150B1A
(21,11,26)
#000000
(0,0,0)

Tints of #976FD8

#976FD8
(151,111,216)
#A07CDB
(160,124,219)
#A989DE
(169,137,222)
#B296E1
(178,150,225)
#BBA3E4
(187,163,228)
#C4B0E7
(196,176,231)
#CDBDEA
(205,189,234)
#D6CAED
(214,202,237)
#DFD7F0
(223,215,240)
#E8E4F3
(232,228,243)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976FD8 color. Also use rgb(151,111,216) instead hex code.

Text Font Color

.myTextColor { color: #976FD8; }

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

This text font color is #976FD8.

Background Color

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

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

This div background color is #976FD8.

Border color

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

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

This div border color is #976FD8.

Opacity

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

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

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

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

This text has shadow with #976FD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976FD8.

Preview

Color preview on black background

This text has color #976FD8 on black background.


Color preview on white background

This text has color #976FD8 on white background.


Black color preview on #976FD8 background

This text has black color on #976FD8 background.


White color preview on #976FD8 background

This text has white color on #976FD8 background.


Related colors

Complementary color

Complementary color for #hex is #689027.


I love getcolorcode.com

Triadic colors

1 #D8976F and #6FD897 with #976FD8 are triadic colors.

2 #D86F97 and #6F97D8 with #976FD8 are triadic colors.