Html Css Color HEX #8C53FA Medium Slate Blue

📋 copy color: '#8C53FA'

red 140 ◦ green 83 ◦ blue 250

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

Shades of Medium Slate Blue #8C53FA

Tints of Medium Slate Blue #8C53FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.85%

R = 29.6%
G = 17.55%
B = 52.85%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8C53FA (or 0x8C53FA) is known color: Medium Slate Blue. HEX triplet: 8C, 53 and FA. RGB value is (140,83,250). Sum of RGB (Red+Green+Blue) = 140+83+250=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C53FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C53FA is #73AC05. Grayscale: #767676. Windows color (decimal): -7580678 or 16405388. OLE color: 16405388.

HSL color Cylindrical-coordinate representation of color #8C53FA: hue angle of 260.48º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C53FA is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 83 250 -
CMYK 0.44 0.67 0 0.02
HSL 260.48º 0.94% 0.65% -
HSV(B) 260.48º 0.67% 0.98% -
XYZ 31.16 18.66 92.4 -
YUV 119.08 201.88 142.92 -
System Red Green Blue C M Y K H S L
Decimal 140 83 250 0.44 0.67 0 0.02 260.48 0.94 0.65
Hex 8C 53 FA 2C 43 0 2 104 5E 41
Octal 214 123 372 54 103 0 2 404 136 101
Binary 10001100 1010011 11111010 101100 1000011 0 10 100000100 1011110 1000001

Color Harmonies of #8C53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C53FA

Black with #8C53FA

Text Example


Text Example

White with #8C53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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