COLOR #958EE6

HEX: #958EE6
RGB: (149,142,230)

Color info

#958EE6 contains mainly blue color. Web safe color of #958EE6 is #9999CC (or #99C).

RGB color model

#958EE6 color RGB value is (149,142,230).

  • red value is 149;
  • green value is 142;
  • blue value is 230.
RGB:
(149,142,230)
(58%,56%,90%)

RGB channels and saturation

R 149 of 255 = 58%
G 142 of 255 = 56%
B 230 of 255 = 90%

149
142
230

R + G + B ~ 68%. #958EE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 142 + 230 = 521 (100%)
R 149 of 521 ~ 28.6%
G 142 of 521 ~ 27.26%
B 230 of 521 ~ 44.15%

%28.6
%27.26
%44.15

CMYK color model

#958EE6 color CMYK value is (35,38,0,10).

  • cyan value is 35.22%
  • magenta value is 38.26%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(35,38,0,10)
C35M38Y0K10 
(35%,38%,0%,10%)
(0.35/0.38/0.00/0.10)	

CMYK percentages

%35.22
%38.26
%0
%9.8

Codes

Color #958EE6 in popluar color models

958EE6
RGB149142230
HSL245°63.77%72.94%
HSB/HSV245°38.26%90.20%
CMYK35.22%38.26%0.00%
9.80%

Color #958EE6 in popluar number systems.

HEX958EE6
Decimal149142230
Binary100101011000111011100110
Octal225216346

Shades and tints

Shades of #958EE6

#958EE6
(149,142,230)
#8882D2
(136,130,210)
#7B76BE
(123,118,190)
#6E6AAA
(110,106,170)
#615E96
(97,94,150)
#545282
(84,82,130)
#47466E
(71,70,110)
#3A3A5A
(58,58,90)
#2D2E46
(45,46,70)
#202232
(32,34,50)
#13161E
(19,22,30)
#000000
(0,0,0)

Tints of #958EE6

#958EE6
(149,142,230)
#9E98E8
(158,152,232)
#A7A2EA
(167,162,234)
#B0ACEC
(176,172,236)
#B9B6EE
(185,182,238)
#C2C0F0
(194,192,240)
#CBCAF2
(203,202,242)
#D4D4F4
(212,212,244)
#DDDEF6
(221,222,246)
#E6E8F8
(230,232,248)
#EFF2FA
(239,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958EE6 color. Also use rgb(149,142,230) instead hex code.

Text Font Color

.myTextColor { color: #958EE6; }

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

This text font color is #958EE6.


Background Color

.myBgColor { background-color: #958EE6; }

<div style="background-color:#958EE6">Inner text</div>

This div background color is #958EE6.


Border color

.myBorderColor { border: 1px solid #958EE6; }

<div style="border:3px solid #958EE6">Div</div>

This div border color is #958EE6.


Opacity

.myOpacity80 { color: #958EE6; opacity: 0.8; }

<p style="color:#958EE6;opacity:0.8;">80%</p>

Text with #958EE6 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 #958EE6;}

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

This text has shadow with #958EE6 color.

.textShadow {text-shadow: 3px 3px 1px #958EE6, 3px 3px 1px red;}

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

This text has shadow with #958EE6 primary color and red secondary color.


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

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

This text has shadow with #958EE6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958EE6 on black background.


Color preview on white background

This text has color #958EE6 on white background.



Black color preview on #958EE6 background

This text has black color on #958EE6 background.


White color preview on #958EE6 background

This text has white color on #958EE6 background.