Html Css Color HEX #8E79FF Light Slate Blue

📋 copy color: '#8E79FF'

red 142 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #8E79FF

Tints of Light Slate Blue #8E79FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.23%

R = 27.41%
G = 23.36%
B = 49.23%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E79FF (or 0x8E79FF) is known color: Light Slate Blue. HEX triplet: 8E, 79 and FF. RGB value is (142,121,255). Sum of RGB (Red+Green+Blue) = 142+121+255=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E79FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E79FF is #718600. Grayscale: #8E8E8E. Windows color (decimal): -7439873 or 16742798. OLE color: 16742798.

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

Color convert

RGB 142 121 255 -
CMYK 0.44 0.53 0 0
HSL 249.4º 1% 0.74% -
HSV(B) 249.4º 0.53% 1% -
XYZ 36.04 26.65 97.85 -
YUV 142.56 191.46 127.6 -
System Red Green Blue C M Y K H S L
Decimal 142 121 255 0.44 0.53 0 0 249.4 1 0.74
Hex 8E 79 FF 2C 35 0 0 F9 64 4A
Octal 216 171 377 54 65 0 0 371 144 112
Binary 10001110 1111001 11111111 101100 110101 0 0 11111001 1100100 1001010

Color Harmonies of #8E79FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E79FF

Black with #8E79FF

Text Example


Text Example

White with #8E79FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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