Html Css Color HEX #8C53FE Light Slate Blue

📋 copy color: '#8C53FE'

red 140 ◦ green 83 ◦ blue 254

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

Shades of Light Slate Blue #8C53FE

Tints of Light Slate Blue #8C53FE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.4%

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

R = 29.35%
G = 17.4%
B = 53.25%

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

#8C53FE (or 0x8C53FE) is known color: Light Slate Blue. HEX triplet: 8C, 53 and FE. RGB value is (140,83,254). Sum of RGB (Red+Green+Blue) = 140+83+254=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C53FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C53FE is #73AC01. Grayscale: #767676. Windows color (decimal): -7580674 or 16667532. OLE color: 16667532.

HSL color Cylindrical-coordinate representation of color #8C53FE: hue angle of 260º 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 #8C53FE is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 140 83 254 -
CMYK 0.45 0.67 0 0.00
HSL 260º 0.99% 0.66% -
HSV(B) 260º 0.67% 1% -
XYZ 31.8 18.92 95.74 -
YUV 119.54 203.88 142.6 -
System Red Green Blue C M Y K H S L
Decimal 140 83 254 0.45 0.67 0 0.00 260 0.99 0.66
Hex 8C 53 FE 2D 43 0 0 104 63 42
Octal 214 123 376 55 103 0 0 404 143 102
Binary 10001100 1010011 11111110 101101 1000011 0 0 100000100 1100011 1000010

Color Harmonies of #8C53FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C53FE

Black with #8C53FE

Text Example


Text Example

White with #8C53FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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