COLOR #958ED4

HEX: #958ED4
RGB: (149,142,212)

Color info

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

RGB color model

#958ED4 color RGB value is (149,142,212).

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

RGB channels and saturation

R 149 of 255 = 58%
G 142 of 255 = 56%
B 212 of 255 = 83%

149
142
212

R + G + B ~ 66%. #958ED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 142 + 212 = 503 (100%)
R 149 of 503 ~ 29.62%
G 142 of 503 ~ 28.23%
B 212 of 503 ~ 42.15%

%29.62
%28.23
%42.15

CMYK color model

#958ED4 color CMYK value is (30,33,0,17).

  • cyan value is 29.72%
  • magenta value is 33.02%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(30,33,0,17)
C30M33Y0K17 
(30%,33%,0%,17%)
(0.30/0.33/0.00/0.17)	

CMYK percentages

%29.72
%33.02
%0
%16.86

Codes

Color #958ED4 in popluar color models

958ED4
RGB149142212
HSL246°44.87%69.41%
HSB/HSV246°33.02%83.14%
CMYK29.72%33.02%0.00%
16.86%

Color #958ED4 in popluar number systems.

HEX958ED4
Decimal149142212
Binary100101011000111011010100
Octal225216324

Shades and tints

Shades of #958ED4

#958ED4
(149,142,212)
#8882C1
(136,130,193)
#7B76AE
(123,118,174)
#6E6A9B
(110,106,155)
#615E88
(97,94,136)
#545275
(84,82,117)
#474662
(71,70,98)
#3A3A4F
(58,58,79)
#2D2E3C
(45,46,60)
#202229
(32,34,41)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #958ED4

#958ED4
(149,142,212)
#9E98D7
(158,152,215)
#A7A2DA
(167,162,218)
#B0ACDD
(176,172,221)
#B9B6E0
(185,182,224)
#C2C0E3
(194,192,227)
#CBCAE6
(203,202,230)
#D4D4E9
(212,212,233)
#DDDEEC
(221,222,236)
#E6E8EF
(230,232,239)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958ED4; }

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

This text font color is #958ED4.


Background Color

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

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

This div background color is #958ED4.


Border color

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

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

This div border color is #958ED4.


Opacity

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

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

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

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

This text has shadow with #958ED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958ED4 on black background.


Color preview on white background

This text has color #958ED4 on white background.



Black color preview on #958ED4 background

This text has black color on #958ED4 background.


White color preview on #958ED4 background

This text has white color on #958ED4 background.