#8E90FD

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

Shades of Light Slate Blue #8E90FD

Tints of Light Slate Blue #8E90FD

Color information

#8E90FD (or 0x8E90FD) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 90 and FD. RGB value is (142,144,253). Sum of RGB (Red+Green+Blue) = 142+144+253=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E90FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E90FD is #716F02. Grayscale: #9B9B9B. Windows color (decimal): -7433987 or 16617614. OLE color: 16617614.

HSL color Cylindrical-coordinate representation of color #8E90FD: hue angle of 238.92º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E90FD is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142144253-
CMYK0.440.4300.01
HSL238.92º96.52%77.45%-
HSV(B)238.92º43.87%99.22%-
XYZ38.8632.7997.21-
YUV155.83182.84118.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.35%
GREEN value IS 144 (56.64% from 255) = 26.72%
BLUE value IS 253 (99.22% from 255) = 46.94%
R=26.35%
G=26.72%
B=46.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421442530.440.4300.01238.9296.5277.45
Hex8E90FD2C2B01ef614d
Octal216220375545301357141115
Binary100011101001000011111101101100101011011110111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E90FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E90FD; }

 p { color: rgb(142,144,253); }

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

<style>
 a { background-color: #8E90FD; }

 a { background-color: rgb(142,144,253); }

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

<style>
 span { border-color: #8E90FD; }

 span { border-color: rgb(142,144,253); }

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