#8890FC

Color #8890FC Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8890FC

Tints of Light Slate Blue #8890FC

Color information

#8890FC (or 0x8890FC) is unknown color: approx Light Slate Blue. HEX triplet: 88, 90 and FC. RGB value is (136,144,252). Sum of RGB (Red+Green+Blue) = 136+144+252=532 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.56% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #8890FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8890FC is #776F03. Grayscale: #999999. Windows color (decimal): -7827204 or 16552072. OLE color: 16552072.

HSL color Cylindrical-coordinate representation of color #8890FC: hue angle of 235.86º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8890FC is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB136144252-
CMYK0.460.4300.01
HSL235.86º95.08%76.08%-
HSV(B)235.86º46.03%98.82%-
XYZ37.732.2196.33-
YUV153.92183.35115.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 25.56%
GREEN value IS 144 (56.64% from 255) = 27.07%
BLUE value IS 252 (98.83% from 255) = 47.37%
R=25.56%
G=27.07%
B=47.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1361442520.460.4300.01235.8695.0876.08
Hex8890FC2E2B01ec5f4c
Octal210220374565301354137114
Binary100010001001000011111100101110101011011110110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8890FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8890FC; }

 p { color: rgb(136,144,252); }

 H1.HeaderClassName
 {
   color: #8890FC;
 }
 .AnyTagClassName
 {
   color: #8890FC;
 }
</style>
background-color css

<style>
 a { background-color: #8890FC; }

 a { background-color: rgb(136,144,252); }

 div.DivClassName
 {
   background-color: #8890FC;
 }
 .BgClassName
 {
   background-color: #8890FC;
 }
</style>
border-color css

<style>
 span { border-color: #8890FC; }

 span { border-color: rgb(136,144,252); }

 td.TdClassName
 {
   border-color: #8890FC;
 }
 .TagClassName
 {
   border-color: #8890FC;
 }
</style>