Html Css Color HEX #8C60FD Light Slate Blue

📋 copy color: '#8C60FD'

red 140 ◦ green 96 ◦ blue 253

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

Shades of Light Slate Blue #8C60FD

Tints of Light Slate Blue #8C60FD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.63%

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

R = 28.63%
G = 19.63%
B = 51.74%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C60FD (or 0x8C60FD) is known color: Light Slate Blue. HEX triplet: 8C, 60 and FD. RGB value is (140,96,253). Sum of RGB (Red+Green+Blue) = 140+96+253=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C60FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C60FD is #739F02. Grayscale: #7E7E7E. Windows color (decimal): -7577347 or 16605324. OLE color: 16605324.

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

Color convert

RGB 140 96 253 -
CMYK 0.45 0.62 0 0.01
HSL 256.82º 0.98% 0.68% -
HSV(B) 256.82º 0.62% 0.99% -
XYZ 32.73 21.03 95.26 -
YUV 127.05 199.08 137.23 -
System Red Green Blue C M Y K H S L
Decimal 140 96 253 0.45 0.62 0 0.01 256.82 0.98 0.68
Hex 8C 60 FD 2D 3E 0 1 101 62 44
Octal 214 140 375 55 76 0 1 401 142 104
Binary 10001100 1100000 11111101 101101 111110 0 1 100000001 1100010 1000100

Color Harmonies of #8C60FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C60FD

Black with #8C60FD

Text Example


Text Example

White with #8C60FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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