#8E91FE

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

Shades of Light Slate Blue #8E91FE

Tints of Light Slate Blue #8E91FE

Color information

#8E91FE (or 0x8E91FE) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 91 and FE. RGB value is (142,145,254). Sum of RGB (Red+Green+Blue) = 142+145+254=541 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.25% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E91FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E91FE is #716E01. Grayscale: #9C9C9C. Windows color (decimal): -7433730 or 16683406. OLE color: 16683406.

HSL color Cylindrical-coordinate representation of color #8E91FE: hue angle of 238.39º 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 #8E91FE is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB142145254-
CMYK0.440.4300.00
HSL238.39º98.25%77.65%-
HSV(B)238.39º44.09%99.61%-
XYZ39.1733.1698.1-
YUV156.53183.01117.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.25%
GREEN value IS 145 (57.03% from 255) = 26.80%
BLUE value IS 254 (99.61% from 255) = 46.95%
R=26.25%
G=26.80%
B=46.95%

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
Decimal1421452540.440.4300.00238.3998.2577.65
Hex8E91FE2C2B00ee624e
Octal216221376545300356142116
Binary100011101001000111111110101100101011001110111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E91FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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