Html Css Color HEX #8F65FE Light Slate Blue

📋 copy color: '#8F65FE'

red 143 ◦ green 101 ◦ blue 254

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

Shades of Light Slate Blue #8F65FE

Tints of Light Slate Blue #8F65FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51%

R = 28.71%
G = 20.28%
B = 51%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8F65FE (or 0x8F65FE) is known color: Light Slate Blue. HEX triplet: 8F, 65 and FE. RGB value is (143,101,254). Sum of RGB (Red+Green+Blue) = 143+101+254=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F65FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F65FE is #709A01. Grayscale: #828282. Windows color (decimal): -7379458 or 16672143. OLE color: 16672143.

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

Color convert

RGB 143 101 254 -
CMYK 0.44 0.60 0 0.00
HSL 256.47º 0.99% 0.7% -
HSV(B) 256.47º 0.6% 1% -
XYZ 33.87 22.3 96.29 -
YUV 131 197.41 136.56 -
System Red Green Blue C M Y K H S L
Decimal 143 101 254 0.44 0.60 0 0.00 256.47 0.99 0.7
Hex 8F 65 FE 2C 3C 0 0 100 63 46
Octal 217 145 376 54 74 0 0 400 143 106
Binary 10001111 1100101 11111110 101100 111100 0 0 100000000 1100011 1000110

Color Harmonies of #8F65FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F65FE

Black with #8F65FE

Text Example


Text Example

White with #8F65FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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