Html Css Color HEX #8F4FFF Light Slate Blue

📋 copy color: '#8F4FFF'

red 143 ◦ green 79 ◦ blue 255

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

Shades of Light Slate Blue #8F4FFF

Tints of Light Slate Blue #8F4FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.56%

 BLUE value IS 255 (100% from 255) = 53.46%

R = 29.98%
G = 16.56%
B = 53.46%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8F4FFF (or 0x8F4FFF) is known color: Light Slate Blue. HEX triplet: 8F, 4F and FF. RGB value is (143,79,255). Sum of RGB (Red+Green+Blue) = 143+79+255=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F4FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F4FFF is #70B000. Grayscale: #757575. Windows color (decimal): -7385089 or 16732047. OLE color: 16732047.

HSL color Cylindrical-coordinate representation of color #8F4FFF: hue angle of 261.82º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F4FFF is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 143 79 255 -
CMYK 0.44 0.69 0 0
HSL 261.82º 1% 0.65% -
HSV(B) 261.82º 0.69% 1% -
XYZ 32.17 18.65 96.51 -
YUV 118.2 205.2 145.69 -
System Red Green Blue C M Y K H S L
Decimal 143 79 255 0.44 0.69 0 0 261.82 1 0.65
Hex 8F 4F FF 2C 45 0 0 106 64 41
Octal 217 117 377 54 105 0 0 406 144 101
Binary 10001111 1001111 11111111 101100 1000101 0 0 100000110 1100100 1000001

Color Harmonies of #8F4FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4FFF

Black with #8F4FFF

Text Example


Text Example

White with #8F4FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,79,255); }

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

background-color css

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

 a { background-color: rgb(143,79,255); }

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

border-color css

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

 span { border-color: rgb(143,79,255); }

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