#8F7CF9

Color #8F7CF9 Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8F7CF9

Tints of Light Slate Blue #8F7CF9

Color information

#8F7CF9 (or 0x8F7CF9) is unknown color: approx 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

RGB143124249-
CMYK0.430.5000.02
HSL249.12º91.24%73.14%-
HSV(B)249.12º50.2%97.65%-
XYZ35.6327.0992.97-
YUV143.93187.29127.34-

RGB Variations

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

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 (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431242490.430.5000.02249.1291.2473.14
Hex8F7CF92B3202f95b49
Octal217174371536202371133111
Binary100011111111100111110011010111100100101111100110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>