COLOR #9495D5

HEX: #9495D5
RGB: (148,149,213)

Color info

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

RGB color model

#9495D5 color RGB value is (148,149,213).

  • red value is 148;
  • green value is 149;
  • blue value is 213.
RGB:
(148,149,213)
(58%,58%,84%)

RGB channels and saturation

R 148 of 255 = 58%
G 149 of 255 = 58%
B 213 of 255 = 84%

148
149
213

R + G + B ~ 67%. #9495D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 149 + 213 = 510 (100%)
R 148 of 510 ~ 29.02%
G 149 of 510 ~ 29.22%
B 213 of 510 ~ 41.76%

%29.02
%29.22
%41.76

CMYK color model

#9495D5 color CMYK value is (31,30,0,16).

  • cyan value is 30.52%
  • magenta value is 30.05%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(31,30,0,16)
C31M30Y0K16 
(31%,30%,0%,16%)
(0.31/0.30/0.00/0.16)	

CMYK percentages

%30.52
%30.05
%0
%16.47

Codes

Color #9495D5 in popluar color models

9495D5
RGB148149213
HSL239°43.62%70.78%
HSB/HSV239°30.52%83.53%
CMYK30.52%30.05%0.00%
16.47%

Color #9495D5 in popluar number systems.

HEX9495D5
Decimal148149213
Binary100101001001010111010101
Octal224225325

Shades and tints

Shades of #9495D5

#9495D5
(148,149,213)
#8788C2
(135,136,194)
#7A7BAF
(122,123,175)
#6D6E9C
(109,110,156)
#606189
(96,97,137)
#535476
(83,84,118)
#464763
(70,71,99)
#393A50
(57,58,80)
#2C2D3D
(44,45,61)
#1F202A
(31,32,42)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #9495D5

#9495D5
(148,149,213)
#9D9ED8
(157,158,216)
#A6A7DB
(166,167,219)
#AFB0DE
(175,176,222)
#B8B9E1
(184,185,225)
#C1C2E4
(193,194,228)
#CACBE7
(202,203,231)
#D3D4EA
(211,212,234)
#DCDDED
(220,221,237)
#E5E6F0
(229,230,240)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9495D5 color. Also use rgb(148,149,213) instead hex code.

Text Font Color

.myTextColor { color: #9495D5; }

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

This text font color is #9495D5.


Background Color

.myBgColor { background-color: #9495D5; }

<div style="background-color:#9495D5">Inner text</div>

This div background color is #9495D5.


Border color

.myBorderColor { border: 1px solid #9495D5; }

<div style="border:3px solid #9495D5">Div</div>

This div border color is #9495D5.


Opacity

.myOpacity80 { color: #9495D5; opacity: 0.8; }

<p style="color:#9495D5;opacity:0.8;">80%</p>

Text with #9495D5 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 #9495D5;}

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

This text has shadow with #9495D5 color.

.textShadow {text-shadow: 3px 3px 1px #9495D5, 3px 3px 1px red;}

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

This text has shadow with #9495D5 primary color and red secondary color.


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

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

This text has shadow with #9495D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9495D5 on black background.


Color preview on white background

This text has color #9495D5 on white background.



Black color preview on #9495D5 background

This text has black color on #9495D5 background.


White color preview on #9495D5 background

This text has white color on #9495D5 background.