Html Css Color HEX #8C50FD Medium Slate Blue

📋 copy color: '#8C50FD'

red 140 ◦ green 80 ◦ blue 253

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

Shades of Medium Slate Blue #8C50FD

Tints of Medium Slate Blue #8C50FD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.91%

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

R = 29.6%
G = 16.91%
B = 53.49%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C50FD (or 0x8C50FD) is known color: Medium Slate Blue. HEX triplet: 8C, 50 and FD. RGB value is (140,80,253). Sum of RGB (Red+Green+Blue) = 140+80+253=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C50FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C50FD is #73AF02. Grayscale: #757575. Windows color (decimal): -7581443 or 16601228. OLE color: 16601228.

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

Color convert

RGB 140 80 253 -
CMYK 0.45 0.68 0 0.01
HSL 260.81º 0.98% 0.65% -
HSV(B) 260.81º 0.68% 0.99% -
XYZ 31.41 18.4 94.83 -
YUV 117.66 204.38 143.93 -
System Red Green Blue C M Y K H S L
Decimal 140 80 253 0.45 0.68 0 0.01 260.81 0.98 0.65
Hex 8C 50 FD 2D 44 0 1 105 62 41
Octal 214 120 375 55 104 0 1 405 142 101
Binary 10001100 1010000 11111101 101101 1000100 0 1 100000101 1100010 1000001

Color Harmonies of #8C50FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C50FD

Black with #8C50FD

Text Example


Text Example

White with #8C50FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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