#8E8DFC

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

Shades of Light Slate Blue #8E8DFC

Tints of Light Slate Blue #8E8DFC

Color information

#8E8DFC (or 0x8E8DFC) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 8D and FC. RGB value is (142,141,252). Sum of RGB (Red+Green+Blue) = 142+141+252=535 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.54% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E8DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8DFC is #717203. Grayscale: #999999. Windows color (decimal): -7434756 or 16551310. OLE color: 16551310.

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

Color convert

RGB142141252-
CMYK0.440.4400.01
HSL240.54º94.87%77.06%-
HSV(B)240.54º44.05%98.82%-
XYZ38.2531.8396.22-
YUV153.95183.33119.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.54%
GREEN value IS 141 (55.47% from 255) = 26.36%
BLUE value IS 252 (98.83% from 255) = 47.10%
R=26.54%
G=26.36%
B=47.10%

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
Decimal1421412520.440.4400.01240.5494.8777.06
Hex8E8DFC2C2C01f15f4d
Octal216215374545401361137115
Binary100011101000110111111100101100101100011111000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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