COLOR #958FCB

HEX: #958FCB RGB: (149,143,203)

Color info

#958FCB contains mainly red and blue colors. Web safe color of #958FCB is #9999CC (or #99C).

RGB color model

#958FCB color RGB value is (149,143,203).

RGB: (149,143,203) (58%, 56%, 80%)

RGB channels and saturation

R 149 of 255 = 58%
G 143 of 255 = 56%
B 203 of 255 = 80%

149
143
203

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

Portions of RGB colors in percentages

R + G + B = 149 + 143 + 203 = 495 (100%)
R 149 of 495 ~ 30.1%
G 143 of 495 ~ 28.89%
B 203 of 495 ~ 41.01'%

%30.1
%28.89
%41.01

CMYK color model

#958FCB color CMYK value is (27,30,0,20).

  • cyan value is 26.60%
  • magenta value is 29.56%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (27,30,0,20)
C27M30Y0K20 (27%, 30%, 0%, 20%)
(0.27 / 0.30 / 0.00 / 0.20)

CMYK percentages

%26.6
%29.56
%0
%20.39

Codes

Color #958FCB in popluar color models

95 8F CB
RGB 149 143 203
HSL 246° 36.59% 67.84%
HSB/HSV 246° 29.56% 79.61%
CMYK 26.60% 29.56% 0.00%
20.39%

Color #958FCB in popluar number systems.

HEX 95 8F CB
Decimal 149 143 203
Binary 10010101 10001111 11001011
Octal 225 217 313

Shades and tints

Shades of #958FCB

#958FCB
(149,143,203)
#8882B9
(136,130,185)
#7B75A7
(123,117,167)
#6E6895
(110,104,149)
#615B83
(97,91,131)
#544E71
(84,78,113)
#47415F
(71,65,95)
#3A344D
(58,52,77)
#2D273B
(45,39,59)
#201A29
(32,26,41)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #958FCB

#958FCB
(149,143,203)
#9E99CF
(158,153,207)
#A7A3D3
(167,163,211)
#B0ADD7
(176,173,215)
#B9B7DB
(185,183,219)
#C2C1DF
(194,193,223)
#CBCBE3
(203,203,227)
#D4D5E7
(212,213,231)
#DDDFEB
(221,223,235)
#E6E9EF
(230,233,239)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958FCB color. Also use rgb(149,143,203) instead hex code.

Text Font Color

.myTextColor { color: #958FCB; }

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

This text font color is #958FCB.

Background Color

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

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

This div background color is #958FCB.

Border color

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

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

This div border color is #958FCB.

Opacity

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

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

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

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

This text has shadow with #958FCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958FCB.

Preview

Color preview on black background

This text has color #958FCB on black background.


Color preview on white background

This text has color #958FCB on white background.


Black color preview on #958FCB background

This text has black color on #958FCB background.


White color preview on #958FCB background

This text has white color on #958FCB background.


Related colors

Complementary color

Complementary color for #hex is #6A7034.


I love getcolorcode.com

Triadic colors

1 #CB958F and #8FCB95 with #958FCB are triadic colors.

2 #CB8F95 and #8F95CB with #958FCB are triadic colors.