COLOR #958CD4

HEX: #958CD4
RGB: (149,140,212)

Color info

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

RGB color model

#958CD4 color RGB value is (149,140,212).

  • red value is 149;
  • green value is 140;
  • blue value is 212.
RGB:
(149,140,212)
(58%,55%,83%)

RGB channels and saturation

R 149 of 255 = 58%
G 140 of 255 = 55%
B 212 of 255 = 83%

149
140
212

R + G + B ~ 65%. #958CD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 140 + 212 = 501 (100%)
R 149 of 501 ~ 29.74%
G 140 of 501 ~ 27.94%
B 212 of 501 ~ 42.32%

%29.74
%27.94
%42.32

CMYK color model

#958CD4 color CMYK value is (30,34,0,17).

  • cyan value is 29.72%
  • magenta value is 33.96%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(30,34,0,17)
C30M34Y0K17 
(30%,34%,0%,17%)
(0.30/0.34/0.00/0.17)	

CMYK percentages

%29.72
%33.96
%0
%16.86

Codes

Color #958CD4 in popluar color models

958CD4
RGB149140212
HSL248°45.57%69.02%
HSB/HSV248°33.96%83.14%
CMYK29.72%33.96%0.00%
16.86%

Color #958CD4 in popluar number systems.

HEX958CD4
Decimal149140212
Binary100101011000110011010100
Octal225214324

Shades and tints

Shades of #958CD4

#958CD4
(149,140,212)
#8880C1
(136,128,193)
#7B74AE
(123,116,174)
#6E689B
(110,104,155)
#615C88
(97,92,136)
#545075
(84,80,117)
#474462
(71,68,98)
#3A384F
(58,56,79)
#2D2C3C
(45,44,60)
#202029
(32,32,41)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #958CD4

#958CD4
(149,140,212)
#9E96D7
(158,150,215)
#A7A0DA
(167,160,218)
#B0AADD
(176,170,221)
#B9B4E0
(185,180,224)
#C2BEE3
(194,190,227)
#CBC8E6
(203,200,230)
#D4D2E9
(212,210,233)
#DDDCEC
(221,220,236)
#E6E6EF
(230,230,239)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958CD4 color. Also use rgb(149,140,212) instead hex code.

Text Font Color

.myTextColor { color: #958CD4; }

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

This text font color is #958CD4.


Background Color

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

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

This div background color is #958CD4.


Border color

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

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

This div border color is #958CD4.


Opacity

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

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

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

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

This text has shadow with #958CD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958CD4 on black background.


Color preview on white background

This text has color #958CD4 on white background.



Black color preview on #958CD4 background

This text has black color on #958CD4 background.


White color preview on #958CD4 background

This text has white color on #958CD4 background.