COLOR #8F90CA

HEX: #8F90CA
RGB: (143,144,202)

Color info

#8F90CA contains red, green and blue colors in about the same proportion. Web safe color of #8F90CA is #9999CC (or #99C).

RGB color model

#8F90CA color RGB value is (143,144,202).

  • red value is 143;
  • green value is 144;
  • blue value is 202.
RGB:
(143,144,202)
(56%,56%,79%)

RGB channels and saturation

R 143 of 255 = 56%
G 144 of 255 = 56%
B 202 of 255 = 79%

143
144
202

R + G + B ~ 64%. #8F90CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 144 + 202 = 489 (100%)
R 143 of 489 ~ 29.24%
G 144 of 489 ~ 29.45%
B 202 of 489 ~ 41.31%

%29.24
%29.45
%41.31

CMYK color model

#8F90CA color CMYK value is (29,29,0,21).

  • cyan value is 29.21%
  • magenta value is 28.71%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(29,29,0,21)
C29M29Y0K21 
(29%,29%,0%,21%)
(0.29/0.29/0.00/0.21)	

CMYK percentages

%29.21
%28.71
%0
%20.78

Codes

Color #8F90CA in popluar color models

8F90CA
RGB143144202
HSL239°35.76%67.65%
HSB/HSV239°29.21%79.22%
CMYK29.21%28.71%0.00%
20.78%

Color #8F90CA in popluar number systems.

HEX8F90CA
Decimal143144202
Binary100011111001000011001010
Octal217220312

Shades and tints

Shades of #8F90CA

#8F90CA
(143,144,202)
#8283B8
(130,131,184)
#7576A6
(117,118,166)
#686994
(104,105,148)
#5B5C82
(91,92,130)
#4E4F70
(78,79,112)
#41425E
(65,66,94)
#34354C
(52,53,76)
#27283A
(39,40,58)
#1A1B28
(26,27,40)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #8F90CA

#8F90CA
(143,144,202)
#999ACE
(153,154,206)
#A3A4D2
(163,164,210)
#ADAED6
(173,174,214)
#B7B8DA
(183,184,218)
#C1C2DE
(193,194,222)
#CBCCE2
(203,204,226)
#D5D6E6
(213,214,230)
#DFE0EA
(223,224,234)
#E9EAEE
(233,234,238)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F90CA color. Also use rgb(143,144,202) instead hex code.

Text Font Color

.myTextColor { color: #8F90CA; }

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

This text font color is #8F90CA.


Background Color

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

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

This div background color is #8F90CA.


Border color

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

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

This div border color is #8F90CA.


Opacity

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

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

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

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

This text has shadow with #8F90CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F90CA on black background.


Color preview on white background

This text has color #8F90CA on white background.



Black color preview on #8F90CA background

This text has black color on #8F90CA background.


White color preview on #8F90CA background

This text has white color on #8F90CA background.