Html Css Color HEX #8F4DFA Medium Slate Blue

📋 copy color: '#8F4DFA'

red 143 ◦ green 77 ◦ blue 250

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

Shades of Medium Slate Blue #8F4DFA

Tints of Medium Slate Blue #8F4DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.38%

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

R = 30.43%
G = 16.38%
B = 53.19%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F4DFA (or 0x8F4DFA) is known color: Medium Slate Blue. HEX triplet: 8F, 4D and FA. RGB value is (143,77,250). Sum of RGB (Red+Green+Blue) = 143+77+250=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F4DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F4DFA is #70B205. Grayscale: #737373. Windows color (decimal): -7385606 or 16403855. OLE color: 16403855.

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

Color convert

RGB 143 77 250 -
CMYK 0.43 0.69 0 0.02
HSL 262.89º 0.95% 0.64% -
HSV(B) 262.89º 0.69% 0.98% -
XYZ 31.24 18.05 92.28 -
YUV 116.46 203.37 146.93 -
System Red Green Blue C M Y K H S L
Decimal 143 77 250 0.43 0.69 0 0.02 262.89 0.95 0.64
Hex 8F 4D FA 2B 45 0 2 107 5F 40
Octal 217 115 372 53 105 0 2 407 137 100
Binary 10001111 1001101 11111010 101011 1000101 0 10 100000111 1011111 1000000

Color Harmonies of #8F4DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4DFA

Black with #8F4DFA

Text Example


Text Example

White with #8F4DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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