Html Css Color HEX #8F7CF9 Light Slate Blue

📋 copy color: '#8F7CF9'

red 143 ◦ green 124 ◦ blue 249

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

Shades of Light Slate Blue #8F7CF9

Tints of Light Slate Blue #8F7CF9

RGB

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

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

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

R = 27.71%
G = 24.03%
B = 48.26%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F7CF9 (or 0x8F7CF9) is known color: Light Slate Blue. HEX triplet: 8F, 7C and F9. RGB value is (143,124,249). Sum of RGB (Red+Green+Blue) = 143+124+249=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #8F7CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7CF9 is #708306. Grayscale: #8F8F8F. Windows color (decimal): -7373575 or 16350351. OLE color: 16350351.

HSL color Cylindrical-coordinate representation of color #8F7CF9: hue angle of 249.12º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F7CF9 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 124 249 -
CMYK 0.43 0.50 0 0.02
HSL 249.12º 0.91% 0.73% -
HSV(B) 249.12º 0.5% 0.98% -
XYZ 35.63 27.09 92.97 -
YUV 143.93 187.29 127.34 -
System Red Green Blue C M Y K H S L
Decimal 143 124 249 0.43 0.50 0 0.02 249.12 0.91 0.73
Hex 8F 7C F9 2B 32 0 2 F9 5B 49
Octal 217 174 371 53 62 0 2 371 133 111
Binary 10001111 1111100 11111001 101011 110010 0 10 11111001 1011011 1001001

Color Harmonies of #8F7CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7CF9

Black with #8F7CF9

Text Example


Text Example

White with #8F7CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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