COLOR #959BFC

HEX: #959BFC
RGB: (149,155,252)

Color info

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

RGB color model

#959BFC color RGB value is (149,155,252).

  • red value is 149;
  • green value is 155;
  • blue value is 252.
RGB:
(149,155,252)
(58%,61%,99%)

RGB channels and saturation

R 149 of 255 = 58%
G 155 of 255 = 61%
B 252 of 255 = 99%

149
155
252

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

Portions of RGB colors in percentages

R + G + B =
149 + 155 + 252 = 556 (100%)
R 149 of 556 ~ 26.8%
G 155 of 556 ~ 27.88%
B 252 of 556 ~ 45.32%

%26.8
%27.88
%45.32

CMYK color model

#959BFC color CMYK value is (41,38,0,1).

  • cyan value is 40.87%
  • magenta value is 38.49%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(41,38,0,1)
C41M38Y0K1 
(41%,38%,0%,1%)
(0.41/0.38/0.00/0.01)	

CMYK percentages

%40.87
%38.49
%0
%1.18

Codes

Color #959BFC in popluar color models

959BFC
RGB149155252
HSL237°94.50%78.63%
HSB/HSV237°40.87%98.82%
CMYK40.87%38.49%0.00%
1.18%

Color #959BFC in popluar number systems.

HEX959BFC
Decimal149155252
Binary100101011001101111111100
Octal225233374

Shades and tints

Shades of #959BFC

#959BFC
(149,155,252)
#888DE6
(136,141,230)
#7B7FD0
(123,127,208)
#6E71BA
(110,113,186)
#6163A4
(97,99,164)
#54558E
(84,85,142)
#474778
(71,71,120)
#3A3962
(58,57,98)
#2D2B4C
(45,43,76)
#201D36
(32,29,54)
#130F20
(19,15,32)
#000000
(0,0,0)

Tints of #959BFC

#959BFC
(149,155,252)
#9EA4FC
(158,164,252)
#A7ADFC
(167,173,252)
#B0B6FC
(176,182,252)
#B9BFFC
(185,191,252)
#C2C8FC
(194,200,252)
#CBD1FC
(203,209,252)
#D4DAFC
(212,218,252)
#DDE3FC
(221,227,252)
#E6ECFC
(230,236,252)
#EFF5FC
(239,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959BFC color. Also use rgb(149,155,252) instead hex code.

Text Font Color

.myTextColor { color: #959BFC; }

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

This text font color is #959BFC.


Background Color

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

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

This div background color is #959BFC.


Border color

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

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

This div border color is #959BFC.


Opacity

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

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

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

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

This text has shadow with #959BFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959BFC on black background.


Color preview on white background

This text has color #959BFC on white background.



Black color preview on #959BFC background

This text has black color on #959BFC background.


White color preview on #959BFC background

This text has white color on #959BFC background.