#8E79ED

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

Shades of Light Slate Blue #8E79ED

Tints of Light Slate Blue #8E79ED

Color information

#8E79ED (or 0x8E79ED) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 79 and ED. RGB value is (142,121,237). Sum of RGB (Red+Green+Blue) = 142+121+237=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E79ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E79ED is #718612. Grayscale: #8C8C8C. Windows color (decimal): -7439891 or 15563150. OLE color: 15563150.

HSL color Cylindrical-coordinate representation of color #8E79ED: hue angle of 250.86º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E79ED is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142121237-
CMYK0.400.4900.07
HSL250.86º76.32%70.2%-
HSV(B)250.86º48.95%92.94%-
XYZ33.2825.5483.3-
YUV140.5182.46129.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.4%
GREEN value IS 121 (47.66% from 255) = 24.2%
BLUE value IS 237 (92.97% from 255) = 47.4%
R=28.4%
G=24.2%
B=47.4%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421212370.400.4900.07250.8676.3270.2
Hex8E79ED283107fb4c46
Octal216171355506107373114106
Binary1000111011110011110110110100011000101111111101110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E79ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,121,237); }

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

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

 a { background-color: rgb(142,121,237); }

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

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

 span { border-color: rgb(142,121,237); }

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