COLOR #958ED2

HEX: #958ED2 RGB: (149,142,210)

Color info

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

RGB color model

#958ED2 color RGB value is (149,142,210).

RGB: (149,142,210) (58%, 56%, 82%)

RGB channels and saturation

R 149 of 255 = 58%
G 142 of 255 = 56%
B 210 of 255 = 82%

149
142
210

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

Portions of RGB colors in percentages

R + G + B = 149 + 142 + 210 = 501 (100%)
R 149 of 501 ~ 29.74%
G 142 of 501 ~ 28.34%
B 210 of 501 ~ 41.92'%

%29.74
%28.34
%41.92

CMYK color model

#958ED2 color CMYK value is (29,32,0,18).

  • cyan value is 29.05%
  • magenta value is 32.38%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (29,32,0,18)
C29M32Y0K18 (29%, 32%, 0%, 18%)
(0.29 / 0.32 / 0.00 / 0.18)

CMYK percentages

%29.05
%32.38
%0
%17.65

Codes

Color #958ED2 in popluar color models

95 8E D2
RGB 149 142 210
HSL 246° 43.04% 69.02%
HSB/HSV 246° 32.38% 82.35%
CMYK 29.05% 32.38% 0.00%
17.65%

Color #958ED2 in popluar number systems.

HEX 95 8E D2
Decimal 149 142 210
Binary 10010101 10001110 11010010
Octal 225 216 322

Shades and tints

Shades of #958ED2

#958ED2
(149,142,210)
#8882BF
(136,130,191)
#7B76AC
(123,118,172)
#6E6A99
(110,106,153)
#615E86
(97,94,134)
#545273
(84,82,115)
#474660
(71,70,96)
#3A3A4D
(58,58,77)
#2D2E3A
(45,46,58)
#202227
(32,34,39)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #958ED2

#958ED2
(149,142,210)
#9E98D6
(158,152,214)
#A7A2DA
(167,162,218)
#B0ACDE
(176,172,222)
#B9B6E2
(185,182,226)
#C2C0E6
(194,192,230)
#CBCAEA
(203,202,234)
#D4D4EE
(212,212,238)
#DDDEF2
(221,222,242)
#E6E8F6
(230,232,246)
#EFF2FA
(239,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958ED2; }

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

This text font color is #958ED2.

Background Color

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

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

This div background color is #958ED2.

Border color

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

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

This div border color is #958ED2.

Opacity

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

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

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

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

This text has shadow with #958ED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958ED2.

Preview

Color preview on black background

This text has color #958ED2 on black background.


Color preview on white background

This text has color #958ED2 on white background.


Black color preview on #958ED2 background

This text has black color on #958ED2 background.


White color preview on #958ED2 background

This text has white color on #958ED2 background.


Related colors

Complementary color

Complementary color for #hex is #6A712D.


I love getcolorcode.com

Triadic colors

1 #D2958E and #8ED295 with #958ED2 are triadic colors.

2 #D28E95 and #8E95D2 with #958ED2 are triadic colors.