#8E8DFD

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

Shades of Light Slate Blue #8E8DFD

Tints of Light Slate Blue #8E8DFD

Color information

#8E8DFD (or 0x8E8DFD) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 8D and FD. RGB value is (142,141,253). Sum of RGB (Red+Green+Blue) = 142+141+253=536 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.49% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E8DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8DFD is #717202. Grayscale: #999999. Windows color (decimal): -7434755 or 16616846. OLE color: 16616846.

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

Color convert

RGB142141253-
CMYK0.440.4400.01
HSL240.54º96.55%77.25%-
HSV(B)240.54º44.27%99.22%-
XYZ38.4131.8997.06-
YUV154.07183.83119.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.49%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 253 (99.22% from 255) = 47.20%
R=26.49%
G=26.31%
B=47.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421412530.440.4400.01240.5496.5577.25
Hex8E8DFD2C2C01f1614d
Octal216215375545401361141115
Binary100011101000110111111101101100101100011111000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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