COLOR #958BE5

HEX: #958BE5
RGB: (149,139,229)

Color info

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

RGB color model

#958BE5 color RGB value is (149,139,229).

  • red value is 149;
  • green value is 139;
  • blue value is 229.
RGB:
(149,139,229)
(58%,55%,90%)

RGB channels and saturation

R 149 of 255 = 58%
G 139 of 255 = 55%
B 229 of 255 = 90%

149
139
229

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

Portions of RGB colors in percentages

R + G + B =
149 + 139 + 229 = 517 (100%)
R 149 of 517 ~ 28.82%
G 139 of 517 ~ 26.89%
B 229 of 517 ~ 44.29%

%28.82
%26.89
%44.29

CMYK color model

#958BE5 color CMYK value is (35,39,0,10).

  • cyan value is 34.93%
  • magenta value is 39.30%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(35,39,0,10)
C35M39Y0K10 
(35%,39%,0%,10%)
(0.35/0.39/0.00/0.10)	

CMYK percentages

%34.93
%39.3
%0
%10.2

Codes

Color #958BE5 in popluar color models

958BE5
RGB149139229
HSL247°63.38%72.16%
HSB/HSV247°39.30%89.80%
CMYK34.93%39.30%0.00%
10.20%

Color #958BE5 in popluar number systems.

HEX958BE5
Decimal149139229
Binary100101011000101111100101
Octal225213345

Shades and tints

Shades of #958BE5

#958BE5
(149,139,229)
#887FD1
(136,127,209)
#7B73BD
(123,115,189)
#6E67A9
(110,103,169)
#615B95
(97,91,149)
#544F81
(84,79,129)
#47436D
(71,67,109)
#3A3759
(58,55,89)
#2D2B45
(45,43,69)
#201F31
(32,31,49)
#13131D
(19,19,29)
#000000
(0,0,0)

Tints of #958BE5

#958BE5
(149,139,229)
#9E95E7
(158,149,231)
#A79FE9
(167,159,233)
#B0A9EB
(176,169,235)
#B9B3ED
(185,179,237)
#C2BDEF
(194,189,239)
#CBC7F1
(203,199,241)
#D4D1F3
(212,209,243)
#DDDBF5
(221,219,245)
#E6E5F7
(230,229,247)
#EFEFF9
(239,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958BE5 color. Also use rgb(149,139,229) instead hex code.

Text Font Color

.myTextColor { color: #958BE5; }

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

This text font color is #958BE5.


Background Color

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

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

This div background color is #958BE5.


Border color

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

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

This div border color is #958BE5.


Opacity

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

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

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

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

This text has shadow with #958BE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958BE5 on black background.


Color preview on white background

This text has color #958BE5 on white background.



Black color preview on #958BE5 background

This text has black color on #958BE5 background.


White color preview on #958BE5 background

This text has white color on #958BE5 background.