COLOR #9780EF

HEX: #9780EF RGB: (151,128,239)

Color info

#9780EF contains mainly blue color. Web safe color of #9780EF is #9966FF (or #96F).

RGB color model

#9780EF color RGB value is (151,128,239).

RGB: (151,128,239) (59%, 50%, 94%)

RGB channels and saturation

R 151 of 255 = 59%
G 128 of 255 = 50%
B 239 of 255 = 94%

151
128
239

R + G + B ~ 68%. #9780EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 128 + 239 = 518 (100%)
R 151 of 518 ~ 29.15%
G 128 of 518 ~ 24.71%
B 239 of 518 ~ 46.14'%

%29.15
%24.71
%46.14

CMYK color model

#9780EF color CMYK value is (37,46,0,6).

  • cyan value is 36.82%
  • magenta value is 46.44%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (37,46,0,6)
C37M46Y0K6 (37%, 46%, 0%, 6%)
(0.37 / 0.46 / 0.00 / 0.06)

CMYK percentages

%36.82
%46.44
%0
%6.27

Codes

Color #9780EF in popluar color models

97 80 EF
RGB 151 128 239
HSL 252° 77.62% 71.96%
HSB/HSV 252° 46.44% 93.73%
CMYK 36.82% 46.44% 0.00%
6.27%

Color #9780EF in popluar number systems.

HEX 97 80 EF
Decimal 151 128 239
Binary 10010111 10000000 11101111
Octal 227 200 357

Shades and tints

Shades of #9780EF

#9780EF
(151,128,239)
#8A75DA
(138,117,218)
#7D6AC5
(125,106,197)
#705FB0
(112,95,176)
#63549B
(99,84,155)
#564986
(86,73,134)
#493E71
(73,62,113)
#3C335C
(60,51,92)
#2F2847
(47,40,71)
#221D32
(34,29,50)
#15121D
(21,18,29)
#000000
(0,0,0)

Tints of #9780EF

#9780EF
(151,128,239)
#A08BF0
(160,139,240)
#A996F1
(169,150,241)
#B2A1F2
(178,161,242)
#BBACF3
(187,172,243)
#C4B7F4
(196,183,244)
#CDC2F5
(205,194,245)
#D6CDF6
(214,205,246)
#DFD8F7
(223,216,247)
#E8E3F8
(232,227,248)
#F1EEF9
(241,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9780EF; }

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

This text font color is #9780EF.

Background Color

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

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

This div background color is #9780EF.

Border color

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

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

This div border color is #9780EF.

Opacity

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

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

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

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

This text has shadow with #9780EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9780EF.

Preview

Color preview on black background

This text has color #9780EF on black background.


Color preview on white background

This text has color #9780EF on white background.


Black color preview on #9780EF background

This text has black color on #9780EF background.


White color preview on #9780EF background

This text has white color on #9780EF background.


Related colors

Complementary color

Complementary color for #hex is #687F10.


I love getcolorcode.com

Triadic colors

1 #EF9780 and #80EF97 with #9780EF are triadic colors.

2 #EF8097 and #8097EF with #9780EF are triadic colors.