Html Css Color HEX #8F7CFE Light Slate Blue

📋 copy color: '#8F7CFE'

red 143 ◦ green 124 ◦ blue 254

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

Shades of Light Slate Blue #8F7CFE

Tints of Light Slate Blue #8F7CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.8%

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

R = 27.45%
G = 23.8%
B = 48.75%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8F7CFE (or 0x8F7CFE) is known color: Light Slate Blue. HEX triplet: 8F, 7C and FE. RGB value is (143,124,254). Sum of RGB (Red+Green+Blue) = 143+124+254=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F7CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7CFE is #708301. Grayscale: #909090. Windows color (decimal): -7373570 or 16678031. OLE color: 16678031.

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

Color convert

RGB 143 124 254 -
CMYK 0.44 0.51 0 0.00
HSL 248.77º 0.98% 0.74% -
HSV(B) 248.77º 0.51% 1% -
XYZ 36.42 27.41 97.14 -
YUV 144.5 189.79 126.93 -
System Red Green Blue C M Y K H S L
Decimal 143 124 254 0.44 0.51 0 0.00 248.77 0.98 0.74
Hex 8F 7C FE 2C 33 0 0 F9 62 4A
Octal 217 174 376 54 63 0 0 371 142 112
Binary 10001111 1111100 11111110 101100 110011 0 0 11111001 1100010 1001010

Color Harmonies of #8F7CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7CFE

Black with #8F7CFE

Text Example


Text Example

White with #8F7CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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