Html Css Color HEX #8E79ED Light Slate Blue

📋 copy color: '#8E79ED'

red 142 ◦ green 121 ◦ blue 237

#8E79ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8E79ED

Tints of Light Slate Blue #8E79ED

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 value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E79ED (or 0x8E79ED) is known color: 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

RGB 142 121 237 -
CMYK 0.40 0.49 0 0.07
HSL 250.86º 0.76% 0.7% -
HSV(B) 250.86º 0.49% 0.93% -
XYZ 33.28 25.54 83.3 -
YUV 140.5 182.46 129.07 -
System Red Green Blue C M Y K H S L
Decimal 142 121 237 0.40 0.49 0 0.07 250.86 0.76 0.7
Hex 8E 79 ED 28 31 0 7 FB 4C 46
Octal 216 171 355 50 61 0 7 373 114 106
Binary 10001110 1111001 11101101 101000 110001 0 111 11111011 1001100 1000110

Color Harmonies of #8E79ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E79ED

Black with #8E79ED

Text Example


Text Example

White with #8E79ED

Text Example


Text Example

HTML Codes & Css Web 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>