COLOR #959CFE

HEX: #959CFE
RGB: (149,156,254)

Color info

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

RGB color model

#959CFE color RGB value is (149,156,254).

  • red value is 149;
  • green value is 156;
  • blue value is 254.
RGB:
(149,156,254)
(58%,61%,100%)

RGB channels and saturation

R 149 of 255 = 58%
G 156 of 255 = 61%
B 254 of 255 = 100%

149
156
254

R + G + B ~ 73%. #959CFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 156 + 254 = 559 (100%)
R 149 of 559 ~ 26.65%
G 156 of 559 ~ 27.91%
B 254 of 559 ~ 45.44%

%26.65
%27.91
%45.44

CMYK color model

#959CFE color CMYK value is (41,39,0,0).

  • cyan value is 41.34%
  • magenta value is 38.58%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(41,39,0,0)
C41M39Y0K0 
(41%,39%,0%,0%)
(0.41/0.39/0.00/0.00)	

CMYK percentages

%41.34
%38.58
%0
%0.39

Codes

Color #959CFE in popluar color models

959CFE
RGB149156254
HSL236°98.13%79.02%
HSB/HSV236°41.34%99.61%
CMYK41.34%38.58%0.00%
0.39%

Color #959CFE in popluar number systems.

HEX959CFE
Decimal149156254
Binary100101011001110011111110
Octal225234376

Shades and tints

Shades of #959CFE

#959CFE
(149,156,254)
#888EE7
(136,142,231)
#7B80D0
(123,128,208)
#6E72B9
(110,114,185)
#6164A2
(97,100,162)
#54568B
(84,86,139)
#474874
(71,72,116)
#3A3A5D
(58,58,93)
#2D2C46
(45,44,70)
#201E2F
(32,30,47)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #959CFE

#959CFE
(149,156,254)
#9EA5FE
(158,165,254)
#A7AEFE
(167,174,254)
#B0B7FE
(176,183,254)
#B9C0FE
(185,192,254)
#C2C9FE
(194,201,254)
#CBD2FE
(203,210,254)
#D4DBFE
(212,219,254)
#DDE4FE
(221,228,254)
#E6EDFE
(230,237,254)
#EFF6FE
(239,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959CFE color. Also use rgb(149,156,254) instead hex code.

Text Font Color

.myTextColor { color: #959CFE; }

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

This text font color is #959CFE.


Background Color

.myBgColor { background-color: #959CFE; }

<div style="background-color:#959CFE">Inner text</div>

This div background color is #959CFE.


Border color

.myBorderColor { border: 1px solid #959CFE; }

<div style="border:3px solid #959CFE">Div</div>

This div border color is #959CFE.


Opacity

.myOpacity80 { color: #959CFE; opacity: 0.8; }

<p style="color:#959CFE;opacity:0.8;">80%</p>

Text with #959CFE 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 #959CFE;}

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

This text has shadow with #959CFE color.

.textShadow {text-shadow: 3px 3px 1px #959CFE, 3px 3px 1px red;}

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

This text has shadow with #959CFE primary color and red secondary color.


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

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

This text has shadow with #959CFE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959CFE on black background.


Color preview on white background

This text has color #959CFE on white background.



Black color preview on #959CFE background

This text has black color on #959CFE background.


White color preview on #959CFE background

This text has white color on #959CFE background.