COLOR #9490BE

HEX: #9490BE
RGB: (148,144,190)

Color info

#9490BE contains red, green and blue colors in about the same proportion. Web safe color of #9490BE is #9999CC (or #99C).

RGB color model

#9490BE color RGB value is (148,144,190).

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

RGB channels and saturation

R 148 of 255 = 58%
G 144 of 255 = 56%
B 190 of 255 = 75%

148
144
190

R + G + B ~ 63%. #9490BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 144 + 190 = 482 (100%)
R 148 of 482 ~ 30.71%
G 144 of 482 ~ 29.88%
B 190 of 482 ~ 39.42%

%30.71
%29.88
%39.42

CMYK color model

#9490BE color CMYK value is (22,24,0,25).

  • cyan value is 22.11%
  • magenta value is 24.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(22,24,0,25)
C22M24Y0K25 
(22%,24%,0%,25%)
(0.22/0.24/0.00/0.25)	

CMYK percentages

%22.11
%24.21
%0
%25.49

Codes

Color #9490BE in popluar color models

9490BE
RGB148144190
HSL245°26.14%65.49%
HSB/HSV245°24.21%74.51%
CMYK22.11%24.21%0.00%
25.49%

Color #9490BE in popluar number systems.

HEX9490BE
Decimal148144190
Binary100101001001000010111110
Octal224220276

Shades and tints

Shades of #9490BE

#9490BE
(148,144,190)
#8783AD
(135,131,173)
#7A769C
(122,118,156)
#6D698B
(109,105,139)
#605C7A
(96,92,122)
#534F69
(83,79,105)
#464258
(70,66,88)
#393547
(57,53,71)
#2C2836
(44,40,54)
#1F1B25
(31,27,37)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #9490BE

#9490BE
(148,144,190)
#9D9AC3
(157,154,195)
#A6A4C8
(166,164,200)
#AFAECD
(175,174,205)
#B8B8D2
(184,184,210)
#C1C2D7
(193,194,215)
#CACCDC
(202,204,220)
#D3D6E1
(211,214,225)
#DCE0E6
(220,224,230)
#E5EAEB
(229,234,235)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9490BE; }

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

This text font color is #9490BE.


Background Color

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

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

This div background color is #9490BE.


Border color

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

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

This div border color is #9490BE.


Opacity

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

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

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

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

This text has shadow with #9490BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9490BE on black background.


Color preview on white background

This text has color #9490BE on white background.



Black color preview on #9490BE background

This text has black color on #9490BE background.


White color preview on #9490BE background

This text has white color on #9490BE background.