Html Css Color HEX #8C5DFD Light Slate Blue

📋 copy color: '#8C5DFD'

red 140 ◦ green 93 ◦ blue 253

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

Shades of Light Slate Blue #8C5DFD

Tints of Light Slate Blue #8C5DFD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.14%

 BLUE value IS 253 (99.22% from 255) = 52.06%

R = 28.81%
G = 19.14%
B = 52.06%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C5DFD (or 0x8C5DFD) is known color: Light Slate Blue. HEX triplet: 8C, 5D and FD. RGB value is (140,93,253). Sum of RGB (Red+Green+Blue) = 140+93+253=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C5DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5DFD is #73A202. Grayscale: #7C7C7C. Windows color (decimal): -7578115 or 16604556. OLE color: 16604556.

HSL color Cylindrical-coordinate representation of color #8C5DFD: hue angle of 257.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C5DFD is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 93 253 -
CMYK 0.45 0.63 0 0.01
HSL 257.63º 0.98% 0.68% -
HSV(B) 257.63º 0.63% 0.99% -
XYZ 32.46 20.5 95.17 -
YUV 125.29 200.07 138.49 -
System Red Green Blue C M Y K H S L
Decimal 140 93 253 0.45 0.63 0 0.01 257.63 0.98 0.68
Hex 8C 5D FD 2D 3F 0 1 102 62 44
Octal 214 135 375 55 77 0 1 402 142 104
Binary 10001100 1011101 11111101 101101 111111 0 1 100000010 1100010 1000100

Color Harmonies of #8C5DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5DFD

Black with #8C5DFD

Text Example


Text Example

White with #8C5DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,93,253); }

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

background-color css

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

 a { background-color: rgb(140,93,253); }

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

border-color css

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

 span { border-color: rgb(140,93,253); }

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