COLOR #9780C7

HEX: #9780C7
RGB: (151,128,199)

Color info

#9780C7 contains mainly red and blue colors. Web safe color of #9780C7 is #9966CC (or #96C).

RGB color model

#9780C7 color RGB value is (151,128,199).

  • red value is 151;
  • green value is 128;
  • blue value is 199.
RGB:
(151,128,199)
(59%,50%,78%)

RGB channels and saturation

R 151 of 255 = 59%
G 128 of 255 = 50%
B 199 of 255 = 78%

151
128
199

R + G + B ~ 62%. #9780C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 128 + 199 = 478 (100%)
R 151 of 478 ~ 31.59%
G 128 of 478 ~ 26.78%
B 199 of 478 ~ 41.63%

%31.59
%26.78
%41.63

CMYK color model

#9780C7 color CMYK value is (24,36,0,22).

  • cyan value is 24.12%
  • magenta value is 35.68%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(24,36,0,22)
C24M36Y0K22 
(24%,36%,0%,22%)
(0.24/0.36/0.00/0.22)	

CMYK percentages

%24.12
%35.68
%0
%21.96

Codes

Color #9780C7 in popluar color models

9780C7
RGB151128199
HSL259°38.80%64.12%
HSB/HSV259°35.68%78.04%
CMYK24.12%35.68%0.00%
21.96%

Color #9780C7 in popluar number systems.

HEX9780C7
Decimal151128199
Binary100101111000000011000111
Octal227200307

Shades and tints

Shades of #9780C7

#9780C7
(151,128,199)
#8A75B5
(138,117,181)
#7D6AA3
(125,106,163)
#705F91
(112,95,145)
#63547F
(99,84,127)
#56496D
(86,73,109)
#493E5B
(73,62,91)
#3C3349
(60,51,73)
#2F2837
(47,40,55)
#221D25
(34,29,37)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #9780C7

#9780C7
(151,128,199)
#A08BCC
(160,139,204)
#A996D1
(169,150,209)
#B2A1D6
(178,161,214)
#BBACDB
(187,172,219)
#C4B7E0
(196,183,224)
#CDC2E5
(205,194,229)
#D6CDEA
(214,205,234)
#DFD8EF
(223,216,239)
#E8E3F4
(232,227,244)
#F1EEF9
(241,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9780C7 color. Also use rgb(151,128,199) instead hex code.

Text Font Color

.myTextColor { color: #9780C7; }

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

This text font color is #9780C7.


Background Color

.myBgColor { background-color: #9780C7; }

<div style="background-color:#9780C7">Inner text</div>

This div background color is #9780C7.


Border color

.myBorderColor { border: 1px solid #9780C7; }

<div style="border:3px solid #9780C7">Div</div>

This div border color is #9780C7.


Opacity

.myOpacity80 { color: #9780C7; opacity: 0.8; }

<p style="color:#9780C7;opacity:0.8;">80%</p>

Text with #9780C7 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 #9780C7;}

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

This text has shadow with #9780C7 color.

.textShadow {text-shadow: 3px 3px 1px #9780C7, 3px 3px 1px red;}

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

This text has shadow with #9780C7 primary color and red secondary color.


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

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

This text has shadow with #9780C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9780C7 on black background.


Color preview on white background

This text has color #9780C7 on white background.



Black color preview on #9780C7 background

This text has black color on #9780C7 background.


White color preview on #9780C7 background

This text has white color on #9780C7 background.