Html Css Color HEX #8E5EF7 Light Slate Blue

📋 copy color: '#8E5EF7'

red 142 ◦ green 94 ◦ blue 247

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

Shades of Light Slate Blue #8E5EF7

Tints of Light Slate Blue #8E5EF7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.46%

 BLUE value IS 247 (96.88% from 255) = 51.14%

R = 29.4%
G = 19.46%
B = 51.14%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8E5EF7 (or 0x8E5EF7) is known color: Light Slate Blue. HEX triplet: 8E, 5E and F7. RGB value is (142,94,247). Sum of RGB (Red+Green+Blue) = 142+94+247=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #8E5EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5EF7 is #71A108. Grayscale: #7D7D7D. Windows color (decimal): -7446793 or 16211598. OLE color: 16211598.

HSL color Cylindrical-coordinate representation of color #8E5EF7: hue angle of 258.82º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E5EF7 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 142 94 247 -
CMYK 0.43 0.62 0 0.03
HSL 258.82º 0.91% 0.67% -
HSV(B) 258.82º 0.62% 0.97% -
XYZ 31.95 20.47 90.26 -
YUV 125.79 196.4 139.56 -
System Red Green Blue C M Y K H S L
Decimal 142 94 247 0.43 0.62 0 0.03 258.82 0.91 0.67
Hex 8E 5E F7 2B 3E 0 3 103 5B 43
Octal 216 136 367 53 76 0 3 403 133 103
Binary 10001110 1011110 11110111 101011 111110 0 11 100000011 1011011 1000011

Color Harmonies of #8E5EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5EF7

Black with #8E5EF7

Text Example


Text Example

White with #8E5EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,94,247); }

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

background-color css

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

 a { background-color: rgb(142,94,247); }

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

border-color css

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

 span { border-color: rgb(142,94,247); }

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