Html Css Color HEX #8F69F1 Light Slate Blue

📋 copy color: '#8F69F1'

red 143 ◦ green 105 ◦ blue 241

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

Shades of Light Slate Blue #8F69F1

Tints of Light Slate Blue #8F69F1

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.47%

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

R = 29.24%
G = 21.47%
B = 49.28%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8F69F1 (or 0x8F69F1) is known color: Light Slate Blue. HEX triplet: 8F, 69 and F1. RGB value is (143,105,241). Sum of RGB (Red+Green+Blue) = 143+105+241=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F69F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F69F1 is #70960E. Grayscale: #838383. Windows color (decimal): -7378447 or 15821199. OLE color: 15821199.

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

Color convert

RGB 143 105 241 -
CMYK 0.41 0.56 0 0.05
HSL 256.76º 0.83% 0.68% -
HSV(B) 256.76º 0.56% 0.95% -
XYZ 32.26 22.29 85.82 -
YUV 131.87 189.59 135.94 -
System Red Green Blue C M Y K H S L
Decimal 143 105 241 0.41 0.56 0 0.05 256.76 0.83 0.68
Hex 8F 69 F1 29 38 0 5 101 53 44
Octal 217 151 361 51 70 0 5 401 123 104
Binary 10001111 1101001 11110001 101001 111000 0 101 100000001 1010011 1000100

Color Harmonies of #8F69F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F69F1

Black with #8F69F1

Text Example


Text Example

White with #8F69F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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