COLOR #9494D0

HEX: #9494D0
RGB: (148,148,208)

Color info

#9494D0 contains mainly blue color. Web safe color of #9494D0 is #9999CC (or #99C).

RGB color model

#9494D0 color RGB value is (148,148,208).

  • red value is 148;
  • green value is 148;
  • blue value is 208.
RGB:
(148,148,208)
(58%,58%,82%)

RGB channels and saturation

R 148 of 255 = 58%
G 148 of 255 = 58%
B 208 of 255 = 82%

148
148
208

R + G + B ~ 66%. #9494D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 148 + 208 = 504 (100%)
R 148 of 504 ~ 29.37%
G 148 of 504 ~ 29.37%
B 208 of 504 ~ 41.27%

%29.37
%29.37
%41.27

CMYK color model

#9494D0 color CMYK value is (29,29,0,18).

  • cyan value is 28.85%
  • magenta value is 28.85%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(29,29,0,18)
C29M29Y0K18 
(29%,29%,0%,18%)
(0.29/0.29/0.00/0.18)	

CMYK percentages

%28.85
%28.85
%0
%18.43

Codes

Color #9494D0 in popluar color models

9494D0
RGB148148208
HSL240°38.96%69.80%
HSB/HSV240°28.85%81.57%
CMYK28.85%28.85%0.00%
18.43%

Color #9494D0 in popluar number systems.

HEX9494D0
Decimal148148208
Binary100101001001010011010000
Octal224224320

Shades and tints

Shades of #9494D0

#9494D0
(148,148,208)
#8787BE
(135,135,190)
#7A7AAC
(122,122,172)
#6D6D9A
(109,109,154)
#606088
(96,96,136)
#535376
(83,83,118)
#464664
(70,70,100)
#393952
(57,57,82)
#2C2C40
(44,44,64)
#1F1F2E
(31,31,46)
#12121C
(18,18,28)
#000000
(0,0,0)

Tints of #9494D0

#9494D0
(148,148,208)
#9D9DD4
(157,157,212)
#A6A6D8
(166,166,216)
#AFAFDC
(175,175,220)
#B8B8E0
(184,184,224)
#C1C1E4
(193,193,228)
#CACAE8
(202,202,232)
#D3D3EC
(211,211,236)
#DCDCF0
(220,220,240)
#E5E5F4
(229,229,244)
#EEEEF8
(238,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9494D0 color. Also use rgb(148,148,208) instead hex code.

Text Font Color

.myTextColor { color: #9494D0; }

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

This text font color is #9494D0.


Background Color

.myBgColor { background-color: #9494D0; }

<div style="background-color:#9494D0">Inner text</div>

This div background color is #9494D0.


Border color

.myBorderColor { border: 1px solid #9494D0; }

<div style="border:3px solid #9494D0">Div</div>

This div border color is #9494D0.


Opacity

.myOpacity80 { color: #9494D0; opacity: 0.8; }

<p style="color:#9494D0;opacity:0.8;">80%</p>

Text with #9494D0 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 #9494D0;}

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

This text has shadow with #9494D0 color.

.textShadow {text-shadow: 3px 3px 1px #9494D0, 3px 3px 1px red;}

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

This text has shadow with #9494D0 primary color and red secondary color.


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

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

This text has shadow with #9494D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9494D0 on black background.


Color preview on white background

This text has color #9494D0 on white background.



Black color preview on #9494D0 background

This text has black color on #9494D0 background.


White color preview on #9494D0 background

This text has white color on #9494D0 background.