Html Css Color HEX #8E5FFE Light Slate Blue

📋 copy color: '#8E5FFE'

red 142 ◦ green 95 ◦ blue 254

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

Shades of Light Slate Blue #8E5FFE

Tints of Light Slate Blue #8E5FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.35%

 BLUE value IS 254 (99.61% from 255) = 51.73%

R = 28.92%
G = 19.35%
B = 51.73%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8E5FFE (or 0x8E5FFE) is known color: Light Slate Blue. HEX triplet: 8E, 5F and FE. RGB value is (142,95,254). Sum of RGB (Red+Green+Blue) = 142+95+254=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E5FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5FFE is #71A001. Grayscale: #7E7E7E. Windows color (decimal): -7446530 or 16670606. OLE color: 16670606.

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

Color convert

RGB 142 95 254 -
CMYK 0.44 0.63 0 0.00
HSL 257.74º 0.99% 0.68% -
HSV(B) 257.74º 0.63% 1% -
XYZ 33.14 21.09 96.09 -
YUV 127.18 199.57 138.57 -
System Red Green Blue C M Y K H S L
Decimal 142 95 254 0.44 0.63 0 0.00 257.74 0.99 0.68
Hex 8E 5F FE 2C 3F 0 0 102 63 44
Octal 216 137 376 54 77 0 0 402 143 104
Binary 10001110 1011111 11111110 101100 111111 0 0 100000010 1100011 1000100

Color Harmonies of #8E5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5FFE

Black with #8E5FFE

Text Example


Text Example

White with #8E5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,95,254); }

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

background-color css

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

 a { background-color: rgb(142,95,254); }

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

border-color css

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

 span { border-color: rgb(142,95,254); }

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