Html Css Color HEX #8F6DF1 Light Slate Blue

📋 copy color: '#8F6DF1'

red 143 ◦ green 109 ◦ blue 241

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

Shades of Light Slate Blue #8F6DF1

Tints of Light Slate Blue #8F6DF1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.11%

 BLUE value IS 241 (94.53% from 255) = 48.88%

R = 29.01%
G = 22.11%
B = 48.88%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8F6DF1 (or 0x8F6DF1) is known color: Light Slate Blue. HEX triplet: 8F, 6D and F1. RGB value is (143,109,241). Sum of RGB (Red+Green+Blue) = 143+109+241=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F6DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6DF1 is #70920E. Grayscale: #858585. Windows color (decimal): -7377423 or 15822223. OLE color: 15822223.

HSL color Cylindrical-coordinate representation of color #8F6DF1: hue angle of 255.45º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F6DF1 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 109 241 -
CMYK 0.41 0.55 0 0.05
HSL 255.45º 0.83% 0.69% -
HSV(B) 255.45º 0.55% 0.95% -
XYZ 32.67 23.13 85.96 -
YUV 134.21 188.26 134.27 -
System Red Green Blue C M Y K H S L
Decimal 143 109 241 0.41 0.55 0 0.05 255.45 0.83 0.69
Hex 8F 6D F1 29 37 0 5 FF 52 45
Octal 217 155 361 51 67 0 5 377 122 105
Binary 10001111 1101101 11110001 101001 110111 0 101 11111111 1010010 1000101

Color Harmonies of #8F6DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6DF1

Black with #8F6DF1

Text Example


Text Example

White with #8F6DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,109,241); }

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

background-color css

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

 a { background-color: rgb(143,109,241); }

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

border-color css

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

 span { border-color: rgb(143,109,241); }

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