#9364FC

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

Shades of Light Slate Blue #9364FC

Tints of Light Slate Blue #9364FC

Color information

#9364FC (or 0x9364FC) is unknown color: approx Light Slate Blue. HEX triplet: 93, 64 and FC. RGB value is (147,100,252). Sum of RGB (Red+Green+Blue) = 147+100+252=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #9364FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9364FC is #6C9B03. Grayscale: #828282. Windows color (decimal): -7117572 or 16540819. OLE color: 16540819.

HSL color Cylindrical-coordinate representation of color #9364FC: hue angle of 258.55º 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 #9364FC is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB147100252-
CMYK0.420.6000.01
HSL258.55º96.2%69.02%-
HSV(B)258.55º60.32%98.82%-
XYZ34.1622.3594.61-
YUV131.38196.07139.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.46%
GREEN value IS 100 (39.45% from 255) = 20.04%
BLUE value IS 252 (98.83% from 255) = 50.50%
R=29.46%
G=20.04%
B=50.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1471002520.420.6000.01258.5596.269.02
Hex9364FC2A3C011036045
Octal223144374527401403140105
Binary100100111100100111111001010101111000110000001111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9364FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9364FC; }

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

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

<style>
 a { background-color: #9364FC; }

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

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

<style>
 span { border-color: #9364FC; }

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

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