#8F64FC

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

Shades of Light Slate Blue #8F64FC

Tints of Light Slate Blue #8F64FC

Color information

#8F64FC (or 0x8F64FC) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 64 and FC. RGB value is (143,100,252). Sum of RGB (Red+Green+Blue) = 143+100+252=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F64FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F64FC is #709B03. Grayscale: #818181. Windows color (decimal): -7379716 or 16540815. OLE color: 16540815.

HSL color Cylindrical-coordinate representation of color #8F64FC: hue angle of 256.97º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F64FC is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB143100252-
CMYK0.430.6000.01
HSL256.97º96.2%69.02%-
HSV(B)256.97º60.32%98.82%-
XYZ33.4621.9894.58-
YUV130.18196.75137.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.89%
GREEN value IS 100 (39.45% from 255) = 20.20%
BLUE value IS 252 (98.83% from 255) = 50.91%
R=28.89%
G=20.20%
B=50.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1431002520.430.6000.01256.9796.269.02
Hex8F64FC2B3C011016045
Octal217144374537401401140105
Binary100011111100100111111001010111111000110000000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F64FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,100,252); }

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

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

 a { background-color: rgb(143,100,252); }

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

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

 span { border-color: rgb(143,100,252); }

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