COLOR #9479BE

HEX: #9479BE
RGB: (148,121,190)

Color info

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

RGB color model

#9479BE color RGB value is (148,121,190).

  • red value is 148;
  • green value is 121;
  • blue value is 190.
RGB:
(148,121,190)
(58%,47%,75%)

RGB channels and saturation

R 148 of 255 = 58%
G 121 of 255 = 47%
B 190 of 255 = 75%

148
121
190

R + G + B ~ 60%. #9479BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 121 + 190 = 459 (100%)
R 148 of 459 ~ 32.24%
G 121 of 459 ~ 26.36%
B 190 of 459 ~ 41.39%

%32.24
%26.36
%41.39

CMYK color model

#9479BE color CMYK value is (22,36,0,25).

  • cyan value is 22.11%
  • magenta value is 36.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(22,36,0,25)
C22M36Y0K25 
(22%,36%,0%,25%)
(0.22/0.36/0.00/0.25)	

CMYK percentages

%22.11
%36.32
%0
%25.49

Codes

Color #9479BE in popluar color models

9479BE
RGB148121190
HSL263°34.67%60.98%
HSB/HSV263°36.32%74.51%
CMYK22.11%36.32%0.00%
25.49%

Color #9479BE in popluar number systems.

HEX9479BE
Decimal148121190
Binary10010100111100110111110
Octal224171276

Shades and tints

Shades of #9479BE

#9479BE
(148,121,190)
#876EAD
(135,110,173)
#7A639C
(122,99,156)
#6D588B
(109,88,139)
#604D7A
(96,77,122)
#534269
(83,66,105)
#463758
(70,55,88)
#392C47
(57,44,71)
#2C2136
(44,33,54)
#1F1625
(31,22,37)
#120B14
(18,11,20)
#000000
(0,0,0)

Tints of #9479BE

#9479BE
(148,121,190)
#9D85C3
(157,133,195)
#A691C8
(166,145,200)
#AF9DCD
(175,157,205)
#B8A9D2
(184,169,210)
#C1B5D7
(193,181,215)
#CAC1DC
(202,193,220)
#D3CDE1
(211,205,225)
#DCD9E6
(220,217,230)
#E5E5EB
(229,229,235)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9479BE color. Also use rgb(148,121,190) instead hex code.

Text Font Color

.myTextColor { color: #9479BE; }

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

This text font color is #9479BE.


Background Color

.myBgColor { background-color: #9479BE; }

<div style="background-color:#9479BE">Inner text</div>

This div background color is #9479BE.


Border color

.myBorderColor { border: 1px solid #9479BE; }

<div style="border:3px solid #9479BE">Div</div>

This div border color is #9479BE.


Opacity

.myOpacity80 { color: #9479BE; opacity: 0.8; }

<p style="color:#9479BE;opacity:0.8;">80%</p>

Text with #9479BE 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 #9479BE;}

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

This text has shadow with #9479BE color.

.textShadow {text-shadow: 3px 3px 1px #9479BE, 3px 3px 1px red;}

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

This text has shadow with #9479BE primary color and red secondary color.


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

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

This text has shadow with #9479BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9479BE on black background.


Color preview on white background

This text has color #9479BE on white background.



Black color preview on #9479BE background

This text has black color on #9479BE background.


White color preview on #9479BE background

This text has white color on #9479BE background.