COLOR #958DDB

HEX: #958DDB RGB: (149,141,219)

Color info

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

RGB color model

#958DDB color RGB value is (149,141,219).

RGB: (149,141,219) (58%, 55%, 86%)

RGB channels and saturation

R 149 of 255 = 58%
G 141 of 255 = 55%
B 219 of 255 = 86%

149
141
219

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

Portions of RGB colors in percentages

R + G + B = 149 + 141 + 219 = 509 (100%)
R 149 of 509 ~ 29.27%
G 141 of 509 ~ 27.7%
B 219 of 509 ~ 43.03'%

%29.27
%27.7
%43.03

CMYK color model

#958DDB color CMYK value is (32,36,0,14).

  • cyan value is 31.96%
  • magenta value is 35.62%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (32,36,0,14)
C32M36Y0K14 (32%, 36%, 0%, 14%)
(0.32 / 0.36 / 0.00 / 0.14)

CMYK percentages

%31.96
%35.62
%0
%14.12

Codes

Color #958DDB in popluar color models

95 8D DB
RGB 149 141 219
HSL 246° 52.00% 70.59%
HSB/HSV 246° 35.62% 85.88%
CMYK 31.96% 35.62% 0.00%
14.12%

Color #958DDB in popluar number systems.

HEX 95 8D DB
Decimal 149 141 219
Binary 10010101 10001101 11011011
Octal 225 215 333

Shades and tints

Shades of #958DDB

#958DDB
(149,141,219)
#8881C8
(136,129,200)
#7B75B5
(123,117,181)
#6E69A2
(110,105,162)
#615D8F
(97,93,143)
#54517C
(84,81,124)
#474569
(71,69,105)
#3A3956
(58,57,86)
#2D2D43
(45,45,67)
#202130
(32,33,48)
#13151D
(19,21,29)
#000000
(0,0,0)

Tints of #958DDB

#958DDB
(149,141,219)
#9E97DE
(158,151,222)
#A7A1E1
(167,161,225)
#B0ABE4
(176,171,228)
#B9B5E7
(185,181,231)
#C2BFEA
(194,191,234)
#CBC9ED
(203,201,237)
#D4D3F0
(212,211,240)
#DDDDF3
(221,221,243)
#E6E7F6
(230,231,246)
#EFF1F9
(239,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958DDB color. Also use rgb(149,141,219) instead hex code.

Text Font Color

.myTextColor { color: #958DDB; }

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

This text font color is #958DDB.

Background Color

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

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

This div background color is #958DDB.

Border color

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

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

This div border color is #958DDB.

Opacity

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

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

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

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

This text has shadow with #958DDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958DDB.

Preview

Color preview on black background

This text has color #958DDB on black background.


Color preview on white background

This text has color #958DDB on white background.


Black color preview on #958DDB background

This text has black color on #958DDB background.


White color preview on #958DDB background

This text has white color on #958DDB background.


Related colors

Complementary color

Complementary color for #hex is #6A7224.


I love getcolorcode.com

Triadic colors

1 #DB958D and #8DDB95 with #958DDB are triadic colors.

2 #DB8D95 and #8D95DB with #958DDB are triadic colors.