#8E90FE

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

Shades of Light Slate Blue #8E90FE

Tints of Light Slate Blue #8E90FE

Color information

#8E90FE (or 0x8E90FE) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 90 and FE. RGB value is (142,144,254). Sum of RGB (Red+Green+Blue) = 142+144+254=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E90FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E90FE is #716F01. Grayscale: #9B9B9B. Windows color (decimal): -7433986 or 16683150. OLE color: 16683150.

HSL color Cylindrical-coordinate representation of color #8E90FE: hue angle of 238.93º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E90FE is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB142144254-
CMYK0.440.4300.00
HSL238.93º98.25%77.65%-
HSV(B)238.93º44.09%99.61%-
XYZ39.0232.8598.05-
YUV155.94183.34118.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.30%
GREEN value IS 144 (56.64% from 255) = 26.67%
BLUE value IS 254 (99.61% from 255) = 47.04%
R=26.30%
G=26.67%
B=47.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1421442540.440.4300.00238.9398.2577.65
Hex8E90FE2C2B00ef624e
Octal216220376545300357142116
Binary100011101001000011111110101100101011001110111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E90FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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