Html Css Color HEX #8F61FE Light Slate Blue

📋 copy color: '#8F61FE'

red 143 ◦ green 97 ◦ blue 254

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

Shades of Light Slate Blue #8F61FE

Tints of Light Slate Blue #8F61FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.64%

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

R = 28.95%
G = 19.64%
B = 51.42%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8F61FE (or 0x8F61FE) is known color: Light Slate Blue. HEX triplet: 8F, 61 and FE. RGB value is (143,97,254). Sum of RGB (Red+Green+Blue) = 143+97+254=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F61FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F61FE is #709E01. Grayscale: #808080. Windows color (decimal): -7380482 or 16671119. OLE color: 16671119.

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

Color convert

RGB 143 97 254 -
CMYK 0.44 0.62 0 0.00
HSL 257.58º 0.99% 0.69% -
HSV(B) 257.58º 0.62% 1% -
XYZ 33.49 21.54 96.16 -
YUV 128.65 198.74 138.23 -
System Red Green Blue C M Y K H S L
Decimal 143 97 254 0.44 0.62 0 0.00 257.58 0.99 0.69
Hex 8F 61 FE 2C 3E 0 0 102 63 45
Octal 217 141 376 54 76 0 0 402 143 105
Binary 10001111 1100001 11111110 101100 111110 0 0 100000010 1100011 1000101

Color Harmonies of #8F61FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F61FE

Black with #8F61FE

Text Example


Text Example

White with #8F61FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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