Html Css Color HEX #8D4FFE Light Slate Blue

📋 copy color: '#8D4FFE'

red 141 ◦ green 79 ◦ blue 254

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

Shades of Light Slate Blue #8D4FFE

Tints of Light Slate Blue #8D4FFE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.67%

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

R = 29.75%
G = 16.67%
B = 53.59%

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

#8D4FFE (or 0x8D4FFE) is known color: Light Slate Blue. HEX triplet: 8D, 4F and FE. RGB value is (141,79,254). Sum of RGB (Red+Green+Blue) = 141+79+254=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D4FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D4FFE is #72B001. Grayscale: #747474. Windows color (decimal): -7516162 or 16666509. OLE color: 16666509.

HSL color Cylindrical-coordinate representation of color #8D4FFE: hue angle of 261.26º 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 #8D4FFE is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 141 79 254 -
CMYK 0.44 0.69 0 0.00
HSL 261.26º 0.99% 0.65% -
HSV(B) 261.26º 0.69% 1% -
XYZ 31.67 18.41 95.65 -
YUV 117.49 205.04 144.77 -
System Red Green Blue C M Y K H S L
Decimal 141 79 254 0.44 0.69 0 0.00 261.26 0.99 0.65
Hex 8D 4F FE 2C 45 0 0 105 63 41
Octal 215 117 376 54 105 0 0 405 143 101
Binary 10001101 1001111 11111110 101100 1000101 0 0 100000101 1100011 1000001

Color Harmonies of #8D4FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4FFE

Black with #8D4FFE

Text Example


Text Example

White with #8D4FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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