Html Css Color HEX #8F50FA Medium Slate Blue

📋 copy color: '#8F50FA'

red 143 ◦ green 80 ◦ blue 250

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

Shades of Medium Slate Blue #8F50FA

Tints of Medium Slate Blue #8F50FA

RGB

 RED value IS 143 (56.25% from 255) = 30.23%

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

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

R = 30.23%
G = 16.91%
B = 52.85%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F50FA (or 0x8F50FA) is known color: Medium Slate Blue. HEX triplet: 8F, 50 and FA. RGB value is (143,80,250). Sum of RGB (Red+Green+Blue) = 143+80+250=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 80 (31.64% from 255 or 16.91% 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 #8F50FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F50FA is #70AF05. Grayscale: #757575. Windows color (decimal): -7384838 or 16404623. OLE color: 16404623.

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

Color convert

RGB 143 80 250 -
CMYK 0.43 0.68 0 0.02
HSL 262.24º 0.94% 0.65% -
HSV(B) 262.24º 0.68% 0.98% -
XYZ 31.45 18.48 92.35 -
YUV 118.22 202.37 145.68 -
System Red Green Blue C M Y K H S L
Decimal 143 80 250 0.43 0.68 0 0.02 262.24 0.94 0.65
Hex 8F 50 FA 2B 44 0 2 106 5E 41
Octal 217 120 372 53 104 0 2 406 136 101
Binary 10001111 1010000 11111010 101011 1000100 0 10 100000110 1011110 1000001

Color Harmonies of #8F50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F50FA

Black with #8F50FA

Text Example


Text Example

White with #8F50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,80,250); }

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

background-color css

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

 a { background-color: rgb(143,80,250); }

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

border-color css

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

 span { border-color: rgb(143,80,250); }

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