Html Css Color HEX #8F4DFF Light Slate Blue

📋 copy color: '#8F4DFF'

red 143 ◦ green 77 ◦ blue 255

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

Shades of Light Slate Blue #8F4DFF

Tints of Light Slate Blue #8F4DFF

RGB

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

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

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

R = 30.11%
G = 16.21%
B = 53.68%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8F4DFF (or 0x8F4DFF) is known color: Light Slate Blue. HEX triplet: 8F, 4D and FF. RGB value is (143,77,255). Sum of RGB (Red+Green+Blue) = 143+77+255=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F4DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F4DFF is #70B200. Grayscale: #747474. Windows color (decimal): -7385601 or 16731535. OLE color: 16731535.

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

Color convert

RGB 143 77 255 -
CMYK 0.44 0.70 0 0
HSL 262.25º 1% 0.65% -
HSV(B) 262.25º 0.7% 1% -
XYZ 32.03 18.37 96.46 -
YUV 117.03 205.87 146.53 -
System Red Green Blue C M Y K H S L
Decimal 143 77 255 0.44 0.70 0 0 262.25 1 0.65
Hex 8F 4D FF 2C 46 0 0 106 64 41
Octal 217 115 377 54 106 0 0 406 144 101
Binary 10001111 1001101 11111111 101100 1000110 0 0 100000110 1100100 1000001

Color Harmonies of #8F4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4DFF

Black with #8F4DFF

Text Example


Text Example

White with #8F4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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