#8E78F4

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

Shades of Light Slate Blue #8E78F4

Tints of Light Slate Blue #8E78F4

Color information

#8E78F4 (or 0x8E78F4) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 78 and F4. RGB value is (142,120,244). Sum of RGB (Red+Green+Blue) = 142+120+244=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 244 - color contains mainly: blue. Hex color #8E78F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E78F4 is #71870B. Grayscale: #8C8C8C. Windows color (decimal): -7440140 or 16021646. OLE color: 16021646.

HSL color Cylindrical-coordinate representation of color #8E78F4: hue angle of 250.65º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E78F4 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB142120244-
CMYK0.420.5100.04
HSL250.65º84.93%71.37%-
HSV(B)250.65º50.82%95.69%-
XYZ34.225.7288.75-
YUV140.71186.29128.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.06%
GREEN value IS 120 (47.27% from 255) = 23.72%
BLUE value IS 244 (95.70% from 255) = 48.22%
R=28.06%
G=23.72%
B=48.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1421202440.420.5100.04250.6584.9371.37
Hex8E78F42A3304fb5547
Octal216170364526304373125107
Binary1000111011110001111010010101011001101001111101110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E78F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,120,244); }

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

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

 a { background-color: rgb(142,120,244); }

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

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

 span { border-color: rgb(142,120,244); }

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