Html Css Color HEX #8C4CFD Medium Slate Blue

📋 copy color: '#8C4CFD'

red 140 ◦ green 76 ◦ blue 253

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

Shades of Medium Slate Blue #8C4CFD

Tints of Medium Slate Blue #8C4CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.2%

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

R = 29.85%
G = 16.2%
B = 53.94%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C4CFD (or 0x8C4CFD) is known color: Medium Slate Blue. HEX triplet: 8C, 4C and FD. RGB value is (140,76,253). Sum of RGB (Red+Green+Blue) = 140+76+253=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C4CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C4CFD is #73B302. Grayscale: #727272. Windows color (decimal): -7582467 or 16600204. OLE color: 16600204.

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

Color convert

RGB 140 76 253 -
CMYK 0.45 0.70 0 0.01
HSL 261.69º 0.98% 0.65% -
HSV(B) 261.69º 0.7% 0.99% -
XYZ 31.13 17.84 94.73 -
YUV 115.31 205.7 145.61 -
System Red Green Blue C M Y K H S L
Decimal 140 76 253 0.45 0.70 0 0.01 261.69 0.98 0.65
Hex 8C 4C FD 2D 46 0 1 106 62 41
Octal 214 114 375 55 106 0 1 406 142 101
Binary 10001100 1001100 11111101 101101 1000110 0 1 100000110 1100010 1000001

Color Harmonies of #8C4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4CFD

Black with #8C4CFD

Text Example


Text Example

White with #8C4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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