Html Css Color HEX #8C55FE Light Slate Blue

📋 copy color: '#8C55FE'

red 140 ◦ green 85 ◦ blue 254

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

Shades of Light Slate Blue #8C55FE

Tints of Light Slate Blue #8C55FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.75%

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

R = 29.23%
G = 17.75%
B = 53.03%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C55FE (or 0x8C55FE) is known color: Light Slate Blue. HEX triplet: 8C, 55 and FE. RGB value is (140,85,254). Sum of RGB (Red+Green+Blue) = 140+85+254=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C55FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C55FE is #73AA01. Grayscale: #787878. Windows color (decimal): -7580162 or 16668044. OLE color: 16668044.

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

Color convert

RGB 140 85 254 -
CMYK 0.45 0.67 0 0.00
HSL 259.53º 0.99% 0.66% -
HSV(B) 259.53º 0.67% 1% -
XYZ 31.95 19.23 95.79 -
YUV 120.71 203.22 141.76 -
System Red Green Blue C M Y K H S L
Decimal 140 85 254 0.45 0.67 0 0.00 259.53 0.99 0.66
Hex 8C 55 FE 2D 43 0 0 104 63 42
Octal 214 125 376 55 103 0 0 404 143 102
Binary 10001100 1010101 11111110 101101 1000011 0 0 100000100 1100011 1000010

Color Harmonies of #8C55FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C55FE

Black with #8C55FE

Text Example


Text Example

White with #8C55FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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