#8E78FD

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

Shades of Light Slate Blue #8E78FD

Tints of Light Slate Blue #8E78FD

Color information

#8E78FD (or 0x8E78FD) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 78 and FD. RGB value is (142,120,253). Sum of RGB (Red+Green+Blue) = 142+120+253=515 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.57% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E78FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E78FD is #718702. Grayscale: #8D8D8D. Windows color (decimal): -7440131 or 16611470. OLE color: 16611470.

HSL color Cylindrical-coordinate representation of color #8E78FD: hue angle of 249.92º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E78FD is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142120253-
CMYK0.440.5300.01
HSL249.92º97.08%73.14%-
HSV(B)249.92º52.57%99.22%-
XYZ35.626.2896.12-
YUV141.74190.79128.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.57%
GREEN value IS 120 (47.27% from 255) = 23.30%
BLUE value IS 253 (99.22% from 255) = 49.13%
R=27.57%
G=23.30%
B=49.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421202530.440.5300.01249.9297.0873.14
Hex8E78FD2C3501fa6149
Octal216170375546501372141111
Binary10001110111100011111101101100110101011111101011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E78FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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