#8E7DFE

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

Shades of Light Slate Blue #8E7DFE

Tints of Light Slate Blue #8E7DFE

Color information

#8E7DFE (or 0x8E7DFE) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 7D and FE. RGB value is (142,125,254). Sum of RGB (Red+Green+Blue) = 142+125+254=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E7DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7DFE is #718201. Grayscale: #909090. Windows color (decimal): -7438850 or 16678286. OLE color: 16678286.

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

Color convert

RGB142125254-
CMYK0.440.5100.00
HSL247.91º98.47%74.31%-
HSV(B)247.91º50.79%99.61%-
XYZ36.3827.5797.17-
YUV144.79189.63126.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.26%
GREEN value IS 125 (49.22% from 255) = 23.99%
BLUE value IS 254 (99.61% from 255) = 48.75%
R=27.26%
G=23.99%
B=48.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1421252540.440.5100.00247.9198.4774.31
Hex8E7DFE2C3300f8624a
Octal216175376546300370142112
Binary10001110111110111111110101100110011001111100011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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