COLOR #9495EB

HEX: #9495EB RGB: (148,149,235)

Color info

#9495EB contains mainly blue color. Web safe color of #9495EB is #9999FF (or #99F).

RGB color model

#9495EB color RGB value is (148,149,235).

RGB: (148,149,235) (58%, 58%, 92%)

RGB channels and saturation

R 148 of 255 = 58%
G 149 of 255 = 58%
B 235 of 255 = 92%

148
149
235

R + G + B ~ 69%. #9495EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 149 + 235 = 532 (100%)
R 148 of 532 ~ 27.82%
G 149 of 532 ~ 28.01%
B 235 of 532 ~ 44.17'%

%27.82
%28.01
%44.17

CMYK color model

#9495EB color CMYK value is (37,37,0,8).

  • cyan value is 37.02%
  • magenta value is 36.60%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (37,37,0,8)
C37M37Y0K8 (37%, 37%, 0%, 8%)
(0.37 / 0.37 / 0.00 / 0.08)

CMYK percentages

%37.02
%36.6
%0
%7.84

Codes

Color #9495EB in popluar color models

94 95 EB
RGB 148 149 235
HSL 239° 68.50% 75.10%
HSB/HSV 239° 37.02% 92.16%
CMYK 37.02% 36.60% 0.00%
7.84%

Color #9495EB in popluar number systems.

HEX 94 95 EB
Decimal 148 149 235
Binary 10010100 10010101 11101011
Octal 224 225 353

Shades and tints

Shades of #9495EB

#9495EB
(148,149,235)
#8788D6
(135,136,214)
#7A7BC1
(122,123,193)
#6D6EAC
(109,110,172)
#606197
(96,97,151)
#535482
(83,84,130)
#46476D
(70,71,109)
#393A58
(57,58,88)
#2C2D43
(44,45,67)
#1F202E
(31,32,46)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #9495EB

#9495EB
(148,149,235)
#9D9EEC
(157,158,236)
#A6A7ED
(166,167,237)
#AFB0EE
(175,176,238)
#B8B9EF
(184,185,239)
#C1C2F0
(193,194,240)
#CACBF1
(202,203,241)
#D3D4F2
(211,212,242)
#DCDDF3
(220,221,243)
#E5E6F4
(229,230,244)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9495EB; }

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

This text font color is #9495EB.

Background Color

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

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

This div background color is #9495EB.

Border color

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

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

This div border color is #9495EB.

Opacity

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

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

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

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

This text has shadow with #9495EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9495EB.

Preview

Color preview on black background

This text has color #9495EB on black background.


Color preview on white background

This text has color #9495EB on white background.


Black color preview on #9495EB background

This text has black color on #9495EB background.


White color preview on #9495EB background

This text has white color on #9495EB background.


Related colors

Complementary color

Complementary color for #hex is #6B6A14.


I love getcolorcode.com

Triadic colors

1 #EB9495 and #95EB94 with #9495EB are triadic colors.

2 #EB9594 and #9594EB with #9495EB are triadic colors.