Html Css Color HEX #8F65F9 Light Slate Blue

📋 copy color: '#8F65F9'

red 143 ◦ green 101 ◦ blue 249

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

Shades of Light Slate Blue #8F65F9

Tints of Light Slate Blue #8F65F9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.49%

 BLUE value IS 249 (97.66% from 255) = 50.51%

R = 29.01%
G = 20.49%
B = 50.51%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F65F9 (or 0x8F65F9) is known color: Light Slate Blue. HEX triplet: 8F, 65 and F9. RGB value is (143,101,249). Sum of RGB (Red+Green+Blue) = 143+101+249=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #8F65F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F65F9 is #709A06. Grayscale: #818181. Windows color (decimal): -7379463 or 16344463. OLE color: 16344463.

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

Color convert

RGB 143 101 249 -
CMYK 0.43 0.59 0 0.02
HSL 257.03º 0.93% 0.69% -
HSV(B) 257.03º 0.59% 0.98% -
XYZ 33.08 21.99 92.12 -
YUV 130.43 194.91 136.97 -
System Red Green Blue C M Y K H S L
Decimal 143 101 249 0.43 0.59 0 0.02 257.03 0.93 0.69
Hex 8F 65 F9 2B 3B 0 2 101 5C 45
Octal 217 145 371 53 73 0 2 401 134 105
Binary 10001111 1100101 11111001 101011 111011 0 10 100000001 1011100 1000101

Color Harmonies of #8F65F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F65F9

Black with #8F65F9

Text Example


Text Example

White with #8F65F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,101,249); }

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

background-color css

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

 a { background-color: rgb(143,101,249); }

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

border-color css

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

 span { border-color: rgb(143,101,249); }

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