Html Css Color HEX #8F50FD Light Slate Blue

📋 copy color: '#8F50FD'

red 143 ◦ green 80 ◦ blue 253

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

Shades of Light Slate Blue #8F50FD

Tints of Light Slate Blue #8F50FD

RGB

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

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

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

R = 30.04%
G = 16.81%
B = 53.15%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F50FD (or 0x8F50FD) is known color: Light Slate Blue. HEX triplet: 8F, 50 and FD. RGB value is (143,80,253). Sum of RGB (Red+Green+Blue) = 143+80+253=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F50FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F50FD is #70AF02. Grayscale: #757575. Windows color (decimal): -7384835 or 16601231. OLE color: 16601231.

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

Color convert

RGB 143 80 253 -
CMYK 0.43 0.68 0 0.01
HSL 261.85º 0.98% 0.65% -
HSV(B) 261.85º 0.68% 0.99% -
XYZ 31.93 18.67 94.85 -
YUV 118.56 203.87 145.43 -
System Red Green Blue C M Y K H S L
Decimal 143 80 253 0.43 0.68 0 0.01 261.85 0.98 0.65
Hex 8F 50 FD 2B 44 0 1 106 62 41
Octal 217 120 375 53 104 0 1 406 142 101
Binary 10001111 1010000 11111101 101011 1000100 0 1 100000110 1100010 1000001

Color Harmonies of #8F50FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F50FD

Black with #8F50FD

Text Example


Text Example

White with #8F50FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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