Html Css Color HEX #8E79F4 Light Slate Blue

📋 copy color: '#8E79F4'

red 142 ◦ green 121 ◦ blue 244

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

Shades of Light Slate Blue #8E79F4

Tints of Light Slate Blue #8E79F4

RGB

 RED value IS 142 (55.86% from 255) = 28.01%

 GREEN value IS 121 (47.66% from 255) = 23.87%

 BLUE value IS 244 (95.7% from 255) = 48.13%

R = 28.01%
G = 23.87%
B = 48.13%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8E79F4 (or 0x8E79F4) is known color: Light Slate Blue. HEX triplet: 8E, 79 and F4. RGB value is (142,121,244). Sum of RGB (Red+Green+Blue) = 142+121+244=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #8E79F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E79F4 is #71860B. Grayscale: #8C8C8C. Windows color (decimal): -7439884 or 16021902. OLE color: 16021902.

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

Color convert

RGB 142 121 244 -
CMYK 0.42 0.50 0 0.04
HSL 250.24º 0.85% 0.72% -
HSV(B) 250.24º 0.5% 0.96% -
XYZ 34.32 25.96 88.79 -
YUV 141.3 185.96 128.5 -
System Red Green Blue C M Y K H S L
Decimal 142 121 244 0.42 0.50 0 0.04 250.24 0.85 0.72
Hex 8E 79 F4 2A 32 0 4 FA 55 48
Octal 216 171 364 52 62 0 4 372 125 110
Binary 10001110 1111001 11110100 101010 110010 0 100 11111010 1010101 1001000

Color Harmonies of #8E79F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E79F4

Black with #8E79F4

Text Example


Text Example

White with #8E79F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E79F4;
 }
 .AnyTagClassName
 {
   color: #8E79F4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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