Html Css Color HEX #8C4FFD Medium Slate Blue

📋 copy color: '#8C4FFD'

red 140 ◦ green 79 ◦ blue 253

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

Shades of Medium Slate Blue #8C4FFD

Tints of Medium Slate Blue #8C4FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.74%

 BLUE value IS 253 (99.22% from 255) = 53.6%

R = 29.66%
G = 16.74%
B = 53.6%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C4FFD (or 0x8C4FFD) is known color: Medium Slate Blue. HEX triplet: 8C, 4F and FD. RGB value is (140,79,253). Sum of RGB (Red+Green+Blue) = 140+79+253=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C4FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C4FFD is #73B002. Grayscale: #747474. Windows color (decimal): -7581699 or 16600972. OLE color: 16600972.

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

Color convert

RGB 140 79 253 -
CMYK 0.45 0.69 0 0.01
HSL 261.03º 0.98% 0.65% -
HSV(B) 261.03º 0.69% 0.99% -
XYZ 31.34 18.26 94.8 -
YUV 117.08 204.71 144.35 -
System Red Green Blue C M Y K H S L
Decimal 140 79 253 0.45 0.69 0 0.01 261.03 0.98 0.65
Hex 8C 4F FD 2D 45 0 1 105 62 41
Octal 214 117 375 55 105 0 1 405 142 101
Binary 10001100 1001111 11111101 101101 1000101 0 1 100000101 1100010 1000001

Color Harmonies of #8C4FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4FFD

Black with #8C4FFD

Text Example


Text Example

White with #8C4FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,79,253); }

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

background-color css

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

 a { background-color: rgb(140,79,253); }

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

border-color css

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

 span { border-color: rgb(140,79,253); }

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