Html Css Color HEX #8C5FFE Light Slate Blue

📋 copy color: '#8C5FFE'

red 140 ◦ green 95 ◦ blue 254

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

Shades of Light Slate Blue #8C5FFE

Tints of Light Slate Blue #8C5FFE

RGB

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

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

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

R = 28.63%
G = 19.43%
B = 51.94%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C5FFE (or 0x8C5FFE) is known color: Light Slate Blue. HEX triplet: 8C, 5F and FE. RGB value is (140,95,254). Sum of RGB (Red+Green+Blue) = 140+95+254=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C5FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5FFE is #73A001. Grayscale: #7D7D7D. Windows color (decimal): -7577602 or 16670604. OLE color: 16670604.

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

Color convert

RGB 140 95 254 -
CMYK 0.45 0.63 0 0.00
HSL 256.98º 0.99% 0.68% -
HSV(B) 256.98º 0.63% 1% -
XYZ 32.8 20.92 96.07 -
YUV 126.58 199.91 137.57 -
System Red Green Blue C M Y K H S L
Decimal 140 95 254 0.45 0.63 0 0.00 256.98 0.99 0.68
Hex 8C 5F FE 2D 3F 0 0 101 63 44
Octal 214 137 376 55 77 0 0 401 143 104
Binary 10001100 1011111 11111110 101101 111111 0 0 100000001 1100011 1000100

Color Harmonies of #8C5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5FFE

Black with #8C5FFE

Text Example


Text Example

White with #8C5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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