Html Css Color HEX #8C57FC Light Slate Blue

📋 copy color: '#8C57FC'

red 140 ◦ green 87 ◦ blue 252

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

Shades of Light Slate Blue #8C57FC

Tints of Light Slate Blue #8C57FC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.16%

 BLUE value IS 252 (98.83% from 255) = 52.61%

R = 29.23%
G = 18.16%
B = 52.61%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C57FC (or 0x8C57FC) is known color: Light Slate Blue. HEX triplet: 8C, 57 and FC. RGB value is (140,87,252). Sum of RGB (Red+Green+Blue) = 140+87+252=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C57FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C57FC is #73A803. Grayscale: #797979. Windows color (decimal): -7579652 or 16537484. OLE color: 16537484.

HSL color Cylindrical-coordinate representation of color #8C57FC: hue angle of 259.27º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C57FC is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 87 252 -
CMYK 0.44 0.65 0 0.01
HSL 259.27º 0.96% 0.66% -
HSV(B) 259.27º 0.65% 0.99% -
XYZ 31.79 19.42 94.17 -
YUV 121.66 201.56 141.08 -
System Red Green Blue C M Y K H S L
Decimal 140 87 252 0.44 0.65 0 0.01 259.27 0.96 0.66
Hex 8C 57 FC 2C 41 0 1 103 60 42
Octal 214 127 374 54 101 0 1 403 140 102
Binary 10001100 1010111 11111100 101100 1000001 0 1 100000011 1100000 1000010

Color Harmonies of #8C57FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C57FC

Black with #8C57FC

Text Example


Text Example

White with #8C57FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,87,252); }

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

background-color css

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

 a { background-color: rgb(140,87,252); }

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

border-color css

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

 span { border-color: rgb(140,87,252); }

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