COLOR #8F95DD

HEX: #8F95DD RGB: (143,149,221)

Color info

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

RGB color model

#8F95DD color RGB value is (143,149,221).

RGB: (143,149,221) (56%, 58%, 87%)

RGB channels and saturation

R 143 of 255 = 56%
G 149 of 255 = 58%
B 221 of 255 = 87%

143
149
221

R + G + B ~ 67%. #8F95DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 149 + 221 = 513 (100%)
R 143 of 513 ~ 27.88%
G 149 of 513 ~ 29.04%
B 221 of 513 ~ 43.08'%

%27.88
%29.04
%43.08

CMYK color model

#8F95DD color CMYK value is (35,33,0,13).

  • cyan value is 35.29%
  • magenta value is 32.58%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (35,33,0,13)
C35M33Y0K13 (35%, 33%, 0%, 13%)
(0.35 / 0.33 / 0.00 / 0.13)

CMYK percentages

%35.29
%32.58
%0
%13.33

Codes

Color #8F95DD in popluar color models

8F 95 DD
RGB 143 149 221
HSL 235° 53.42% 71.37%
HSB/HSV 235° 35.29% 86.67%
CMYK 35.29% 32.58% 0.00%
13.33%

Color #8F95DD in popluar number systems.

HEX 8F 95 DD
Decimal 143 149 221
Binary 10001111 10010101 11011101
Octal 217 225 335

Shades and tints

Shades of #8F95DD

#8F95DD
(143,149,221)
#8288C9
(130,136,201)
#757BB5
(117,123,181)
#686EA1
(104,110,161)
#5B618D
(91,97,141)
#4E5479
(78,84,121)
#414765
(65,71,101)
#343A51
(52,58,81)
#272D3D
(39,45,61)
#1A2029
(26,32,41)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #8F95DD

#8F95DD
(143,149,221)
#999EE0
(153,158,224)
#A3A7E3
(163,167,227)
#ADB0E6
(173,176,230)
#B7B9E9
(183,185,233)
#C1C2EC
(193,194,236)
#CBCBEF
(203,203,239)
#D5D4F2
(213,212,242)
#DFDDF5
(223,221,245)
#E9E6F8
(233,230,248)
#F3EFFB
(243,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F95DD color. Also use rgb(143,149,221) instead hex code.

Text Font Color

.myTextColor { color: #8F95DD; }

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

This text font color is #8F95DD.

Background Color

.myBgColor { background-color: #8F95DD; }

<div style="background-color:#8F95DD">Inner text</div>

This div background color is #8F95DD.

Border color

.myBorderColor { border: 1px solid #8F95DD; }

<div style="border:3px solid #8F95DD">Div</div>

This div border color is #8F95DD.

Opacity

.myOpacity80 { color: #8F95DD; opacity: 0.8; }

<p style="color:#8F95DD;opacity:0.8;">80%</p>

Text with #8F95DD 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 #8F95DD;}

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

This text has shadow with #8F95DD color.


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

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

This text has shadow with #8F95DD primary color and red secondary color.


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

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

This text has shadow with #8F95DD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8F95DD.

Preview

Color preview on black background

This text has color #8F95DD on black background.


Color preview on white background

This text has color #8F95DD on white background.


Black color preview on #8F95DD background

This text has black color on #8F95DD background.


White color preview on #8F95DD background

This text has white color on #8F95DD background.


Related colors

Complementary color

Complementary color for #hex is #706A22.


I love getcolorcode.com

Triadic colors

1 #DD8F95 and #95DD8F with #8F95DD are triadic colors.

2 #DD958F and #958FDD with #8F95DD are triadic colors.