Html Css Color HEX #8F54FB Light Slate Blue

📋 copy color: '#8F54FB'

red 143 ◦ green 84 ◦ blue 251

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

Shades of Light Slate Blue #8F54FB

Tints of Light Slate Blue #8F54FB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.57%

 BLUE value IS 251 (98.44% from 255) = 52.51%

R = 29.92%
G = 17.57%
B = 52.51%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F54FB (or 0x8F54FB) is known color: Light Slate Blue. HEX triplet: 8F, 54 and FB. RGB value is (143,84,251). Sum of RGB (Red+Green+Blue) = 143+84+251=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F54FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F54FB is #70AB04. Grayscale: #787878. Windows color (decimal): -7383813 or 16471183. OLE color: 16471183.

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

Color convert

RGB 143 84 251 -
CMYK 0.43 0.67 0 0.02
HSL 261.2º 0.95% 0.66% -
HSV(B) 261.2º 0.67% 0.98% -
XYZ 31.91 19.15 93.28 -
YUV 120.68 201.55 143.92 -
System Red Green Blue C M Y K H S L
Decimal 143 84 251 0.43 0.67 0 0.02 261.2 0.95 0.66
Hex 8F 54 FB 2B 43 0 2 105 5F 42
Octal 217 124 373 53 103 0 2 405 137 102
Binary 10001111 1010100 11111011 101011 1000011 0 10 100000101 1011111 1000010

Color Harmonies of #8F54FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F54FB

Black with #8F54FB

Text Example


Text Example

White with #8F54FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,84,251); }

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

background-color css

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

 a { background-color: rgb(143,84,251); }

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

border-color css

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

 span { border-color: rgb(143,84,251); }

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