Html Css Color HEX #8F51FA Medium Slate Blue

📋 copy color: '#8F51FA'

red 143 ◦ green 81 ◦ blue 250

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

Shades of Medium Slate Blue #8F51FA

Tints of Medium Slate Blue #8F51FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.09%

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

R = 30.17%
G = 17.09%
B = 52.74%

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

#8F51FA (or 0x8F51FA) is known color: Medium Slate Blue. HEX triplet: 8F, 51 and FA. RGB value is (143,81,250). Sum of RGB (Red+Green+Blue) = 143+81+250=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F51FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F51FA is #70AE05. Grayscale: #767676. Windows color (decimal): -7384582 or 16404879. OLE color: 16404879.

HSL color Cylindrical-coordinate representation of color #8F51FA: hue angle of 262.01º 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 #8F51FA is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 81 250 -
CMYK 0.43 0.68 0 0.02
HSL 262.01º 0.94% 0.65% -
HSV(B) 262.01º 0.68% 0.98% -
XYZ 31.53 18.63 92.38 -
YUV 118.8 202.04 145.26 -
System Red Green Blue C M Y K H S L
Decimal 143 81 250 0.43 0.68 0 0.02 262.01 0.94 0.65
Hex 8F 51 FA 2B 44 0 2 106 5E 41
Octal 217 121 372 53 104 0 2 406 136 101
Binary 10001111 1010001 11111010 101011 1000100 0 10 100000110 1011110 1000001

Color Harmonies of #8F51FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F51FA

Black with #8F51FA

Text Example


Text Example

White with #8F51FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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