Html Css Color HEX #8D5EFA Light Slate Blue

📋 copy color: '#8D5EFA'

red 141 ◦ green 94 ◦ blue 250

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

Shades of Light Slate Blue #8D5EFA

Tints of Light Slate Blue #8D5EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.55%

R = 29.07%
G = 19.38%
B = 51.55%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D5EFA (or 0x8D5EFA) is known color: Light Slate Blue. HEX triplet: 8D, 5E and FA. RGB value is (141,94,250). Sum of RGB (Red+Green+Blue) = 141+94+250=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D5EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5EFA is #72A105. Grayscale: #7D7D7D. Windows color (decimal): -7512326 or 16408205. OLE color: 16408205.

HSL color Cylindrical-coordinate representation of color #8D5EFA: hue angle of 258.08º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D5EFA is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 94 250 -
CMYK 0.44 0.62 0 0.02
HSL 258.08º 0.94% 0.67% -
HSV(B) 258.08º 0.62% 0.98% -
XYZ 32.24 20.57 92.71 -
YUV 125.84 198.07 138.82 -
System Red Green Blue C M Y K H S L
Decimal 141 94 250 0.44 0.62 0 0.02 258.08 0.94 0.67
Hex 8D 5E FA 2C 3E 0 2 102 5E 43
Octal 215 136 372 54 76 0 2 402 136 103
Binary 10001101 1011110 11111010 101100 111110 0 10 100000010 1011110 1000011

Color Harmonies of #8D5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5EFA

Black with #8D5EFA

Text Example


Text Example

White with #8D5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,94,250); }

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

background-color css

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

 a { background-color: rgb(141,94,250); }

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

border-color css

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

 span { border-color: rgb(141,94,250); }

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