Html Css Color HEX #8C64FE Light Slate Blue

📋 copy color: '#8C64FE'

red 140 ◦ green 100 ◦ blue 254

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

Shades of Light Slate Blue #8C64FE

Tints of Light Slate Blue #8C64FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.24%

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

R = 28.34%
G = 20.24%
B = 51.42%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C64FE (or 0x8C64FE) is known color: Light Slate Blue. HEX triplet: 8C, 64 and FE. RGB value is (140,100,254). Sum of RGB (Red+Green+Blue) = 140+100+254=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C64FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C64FE is #739B01. Grayscale: #808080. Windows color (decimal): -7576322 or 16671884. OLE color: 16671884.

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

Color convert

RGB 140 100 254 -
CMYK 0.45 0.61 0 0.00
HSL 255.58º 0.99% 0.69% -
HSV(B) 255.58º 0.61% 1% -
XYZ 33.26 21.85 96.23 -
YUV 129.52 198.25 135.48 -
System Red Green Blue C M Y K H S L
Decimal 140 100 254 0.45 0.61 0 0.00 255.58 0.99 0.69
Hex 8C 64 FE 2D 3D 0 0 100 63 45
Octal 214 144 376 55 75 0 0 400 143 105
Binary 10001100 1100100 11111110 101101 111101 0 0 100000000 1100011 1000101

Color Harmonies of #8C64FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C64FE

Black with #8C64FE

Text Example


Text Example

White with #8C64FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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