COLOR #9495BF

HEX: #9495BF
RGB: (148,149,191)

Color info

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

RGB color model

#9495BF color RGB value is (148,149,191).

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

RGB channels and saturation

R 148 of 255 = 58%
G 149 of 255 = 58%
B 191 of 255 = 75%

148
149
191

R + G + B ~ 64%. #9495BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 149 + 191 = 488 (100%)
R 148 of 488 ~ 30.33%
G 149 of 488 ~ 30.53%
B 191 of 488 ~ 39.14%

%30.33
%30.53
%39.14

CMYK color model

#9495BF color CMYK value is (23,22,0,25).

  • cyan value is 22.51%
  • magenta value is 21.99%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(23,22,0,25)
C23M22Y0K25 
(23%,22%,0%,25%)
(0.23/0.22/0.00/0.25)	

CMYK percentages

%22.51
%21.99
%0
%25.1

Codes

Color #9495BF in popluar color models

9495BF
RGB148149191
HSL239°25.15%66.47%
HSB/HSV239°22.51%74.90%
CMYK22.51%21.99%0.00%
25.10%

Color #9495BF in popluar number systems.

HEX9495BF
Decimal148149191
Binary100101001001010110111111
Octal224225277

Shades and tints

Shades of #9495BF

#9495BF
(148,149,191)
#8788AE
(135,136,174)
#7A7B9D
(122,123,157)
#6D6E8C
(109,110,140)
#60617B
(96,97,123)
#53546A
(83,84,106)
#464759
(70,71,89)
#393A48
(57,58,72)
#2C2D37
(44,45,55)
#1F2026
(31,32,38)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #9495BF

#9495BF
(148,149,191)
#9D9EC4
(157,158,196)
#A6A7C9
(166,167,201)
#AFB0CE
(175,176,206)
#B8B9D3
(184,185,211)
#C1C2D8
(193,194,216)
#CACBDD
(202,203,221)
#D3D4E2
(211,212,226)
#DCDDE7
(220,221,231)
#E5E6EC
(229,230,236)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9495BF; }

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

This text font color is #9495BF.


Background Color

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

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

This div background color is #9495BF.


Border color

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

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

This div border color is #9495BF.


Opacity

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

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

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

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

This text has shadow with #9495BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9495BF on black background.


Color preview on white background

This text has color #9495BF on white background.



Black color preview on #9495BF background

This text has black color on #9495BF background.


White color preview on #9495BF background

This text has white color on #9495BF background.