Html Css Color HEX #8C5EFA Light Slate Blue

📋 copy color: '#8C5EFA'

red 140 ◦ green 94 ◦ blue 250

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

Shades of Light Slate Blue #8C5EFA

Tints of Light Slate Blue #8C5EFA

RGB

 RED value IS 140 (55.08% from 255) = 28.93%

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

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

R = 28.93%
G = 19.42%
B = 51.65%

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

#8C5EFA (or 0x8C5EFA) is known color: Light Slate Blue. HEX triplet: 8C, 5E and FA. RGB value is (140,94,250). Sum of RGB (Red+Green+Blue) = 140+94+250=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C5EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5EFA is #73A105. Grayscale: #7C7C7C. Windows color (decimal): -7577862 or 16408204. OLE color: 16408204.

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

Color convert

RGB 140 94 250 -
CMYK 0.44 0.62 0 0.02
HSL 257.69º 0.94% 0.67% -
HSV(B) 257.69º 0.62% 0.98% -
XYZ 32.07 20.48 92.71 -
YUV 125.54 198.24 138.32 -
System Red Green Blue C M Y K H S L
Decimal 140 94 250 0.44 0.62 0 0.02 257.69 0.94 0.67
Hex 8C 5E FA 2C 3E 0 2 102 5E 43
Octal 214 136 372 54 76 0 2 402 136 103
Binary 10001100 1011110 11111010 101100 111110 0 10 100000010 1011110 1000011

Color Harmonies of #8C5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5EFA

Black with #8C5EFA

Text Example


Text Example

White with #8C5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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