#8F60F9

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

Shades of Light Slate Blue #8F60F9

Tints of Light Slate Blue #8F60F9

Color information

#8F60F9 (or 0x8F60F9) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 60 and F9. RGB value is (143,96,249). Sum of RGB (Red+Green+Blue) = 143+96+249=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #8F60F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F60F9 is #709F06. Grayscale: #7E7E7E. Windows color (decimal): -7380743 or 16343183. OLE color: 16343183.

HSL color Cylindrical-coordinate representation of color #8F60F9: hue angle of 258.43º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F60F9 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14396249-
CMYK0.430.6100.02
HSL258.43º92.73%67.65%-
HSV(B)258.43º61.45%97.65%-
XYZ32.6121.0491.97-
YUV127.5196.57139.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.30%
GREEN value IS 96 (37.89% from 255) = 19.67%
BLUE value IS 249 (97.66% from 255) = 51.02%
R=29.30%
G=19.67%
B=51.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal143962490.430.6100.02258.4392.7367.65
Hex8F60F92B3D021025d44
Octal217140371537502402135104
Binary1000111111000001111100110101111110101010000001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F60F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F60F9;
 }
 .AnyTagClassName
 {
   color: #8F60F9;
 }
</style>
background-color css

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

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

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

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

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

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