Html Css Color HEX #8D4EFE Light Slate Blue

📋 copy color: '#8D4EFE'

red 141 ◦ green 78 ◦ blue 254

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

Shades of Light Slate Blue #8D4EFE

Tints of Light Slate Blue #8D4EFE

RGB

 RED value IS 141 (55.47% from 255) = 29.81%

 GREEN value IS 78 (30.86% from 255) = 16.49%

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

R = 29.81%
G = 16.49%
B = 53.7%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8D4EFE (or 0x8D4EFE) is known color: Light Slate Blue. HEX triplet: 8D, 4E and FE. RGB value is (141,78,254). Sum of RGB (Red+Green+Blue) = 141+78+254=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D4EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D4EFE is #72B101. Grayscale: #747474. Windows color (decimal): -7516418 or 16666253. OLE color: 16666253.

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

Color convert

RGB 141 78 254 -
CMYK 0.44 0.69 0 0.00
HSL 261.48º 0.99% 0.65% -
HSV(B) 261.48º 0.69% 1% -
XYZ 31.6 18.27 95.63 -
YUV 116.9 205.37 145.19 -
System Red Green Blue C M Y K H S L
Decimal 141 78 254 0.44 0.69 0 0.00 261.48 0.99 0.65
Hex 8D 4E FE 2C 45 0 0 105 63 41
Octal 215 116 376 54 105 0 0 405 143 101
Binary 10001101 1001110 11111110 101100 1000101 0 0 100000101 1100011 1000001

Color Harmonies of #8D4EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4EFE

Black with #8D4EFE

Text Example


Text Example

White with #8D4EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,78,254); }

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

background-color css

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

 a { background-color: rgb(141,78,254); }

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

border-color css

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

 span { border-color: rgb(141,78,254); }

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