COLOR #959AEA

HEX: #959AEA
RGB: (149,154,234)

Color info

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

RGB color model

#959AEA color RGB value is (149,154,234).

  • red value is 149;
  • green value is 154;
  • blue value is 234.
RGB:
(149,154,234)
(58%,60%,92%)

RGB channels and saturation

R 149 of 255 = 58%
G 154 of 255 = 60%
B 234 of 255 = 92%

149
154
234

R + G + B ~ 70%. #959AEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 154 + 234 = 537 (100%)
R 149 of 537 ~ 27.75%
G 154 of 537 ~ 28.68%
B 234 of 537 ~ 43.58%

%27.75
%28.68
%43.58

CMYK color model

#959AEA color CMYK value is (36,34,0,8).

  • cyan value is 36.32%
  • magenta value is 34.19%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(36,34,0,8)
C36M34Y0K8 
(36%,34%,0%,8%)
(0.36/0.34/0.00/0.08)	

CMYK percentages

%36.32
%34.19
%0
%8.24

Codes

Color #959AEA in popluar color models

959AEA
RGB149154234
HSL236°66.93%75.10%
HSB/HSV236°36.32%91.76%
CMYK36.32%34.19%0.00%
8.24%

Color #959AEA in popluar number systems.

HEX959AEA
Decimal149154234
Binary100101011001101011101010
Octal225232352

Shades and tints

Shades of #959AEA

#959AEA
(149,154,234)
#888CD5
(136,140,213)
#7B7EC0
(123,126,192)
#6E70AB
(110,112,171)
#616296
(97,98,150)
#545481
(84,84,129)
#47466C
(71,70,108)
#3A3857
(58,56,87)
#2D2A42
(45,42,66)
#201C2D
(32,28,45)
#130E18
(19,14,24)
#000000
(0,0,0)

Tints of #959AEA

#959AEA
(149,154,234)
#9EA3EB
(158,163,235)
#A7ACEC
(167,172,236)
#B0B5ED
(176,181,237)
#B9BEEE
(185,190,238)
#C2C7EF
(194,199,239)
#CBD0F0
(203,208,240)
#D4D9F1
(212,217,241)
#DDE2F2
(221,226,242)
#E6EBF3
(230,235,243)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959AEA color. Also use rgb(149,154,234) instead hex code.

Text Font Color

.myTextColor { color: #959AEA; }

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

This text font color is #959AEA.


Background Color

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

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

This div background color is #959AEA.


Border color

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

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

This div border color is #959AEA.


Opacity

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

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

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

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

This text has shadow with #959AEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959AEA on black background.


Color preview on white background

This text has color #959AEA on white background.



Black color preview on #959AEA background

This text has black color on #959AEA background.


White color preview on #959AEA background

This text has white color on #959AEA background.