Html Css Color HEX #8C5AFE Light Slate Blue

📋 copy color: '#8C5AFE'

red 140 ◦ green 90 ◦ blue 254

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

Shades of Light Slate Blue #8C5AFE

Tints of Light Slate Blue #8C5AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.6%

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

R = 28.93%
G = 18.6%
B = 52.48%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C5AFE (or 0x8C5AFE) is known color: Light Slate Blue. HEX triplet: 8C, 5A and FE. RGB value is (140,90,254). Sum of RGB (Red+Green+Blue) = 140+90+254=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C5AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5AFE is #73A501. Grayscale: #7B7B7B. Windows color (decimal): -7578882 or 16669324. OLE color: 16669324.

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

Color convert

RGB 140 90 254 -
CMYK 0.45 0.65 0 0.00
HSL 258.29º 0.99% 0.67% -
HSV(B) 258.29º 0.65% 1% -
XYZ 32.36 20.04 95.93 -
YUV 123.65 201.57 139.66 -
System Red Green Blue C M Y K H S L
Decimal 140 90 254 0.45 0.65 0 0.00 258.29 0.99 0.67
Hex 8C 5A FE 2D 41 0 0 102 63 43
Octal 214 132 376 55 101 0 0 402 143 103
Binary 10001100 1011010 11111110 101101 1000001 0 0 100000010 1100011 1000011

Color Harmonies of #8C5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5AFE

Black with #8C5AFE

Text Example


Text Example

White with #8C5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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